Using contentHandler I want to produce this xml
<?xml version="1.0" encoding="UTF-8"?>
<Account xmlns="http://example.com">
<Id xmlns="">123</Id>
<AccountNumber xmlns="">456</AccountNumber>
</Account>
How to write elements using contentHandler.startElement
such that I'll get it with xmlns=""