Hi,
without showing us details of what's going wrong, we won't be able to
help you with your problem(s).
Werner
P.S. Please note that you are using one of the static marshal() methods
of the Marshaller class. In case you are using a mapping file, this will
render the mapping file useless, as explained in one of the FAQ entries.
xsltuser wrote:
I'm using castor-1.1.2.1.tar to generate XML from Java POJO as follows:
FileWriter writer = new FileWriter("test.xml");
Marshaller.marshal(receiptData, writer);
When I open the generated XML using XML editor, I get the error that the XML
is not well formed. I intend to transform this XML further to PDF using
stylesheets but if the error continues I doubt Xalan may throw parsing
errors upon execution.
Apart from this, currency symbols from the Java POJO are not rendered
correctly in the XML generated by Castor.
If anyone has any clue about above mentioned issues, please revert back at
the earliest.
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email