Hello,
I would like to add
<?xml version="1.0" encoding="UTF-8" ?>
on the top of the beanwriter output.
So I used .betwixt file like
<?xml version="1.0" encoding="UTF-8" ?>
<info>
<addDefaults/>
</info>
Because I want to need just add <?xml version="1.0" encoding="UTF-8" ?>
and the rest done by the Introspector.
But I received java.lang.NullPointerException when I used .betwixt file
( If I didn't use .betwixt file than beanwriter make good xml file without <?xml
version="1.0" encoding="UTF-8" ?> )
How do I add <?xml version="1.0" encoding="UTF-8" ?> easily ?
Thanks,
youngho