Sereena <[EMAIL PROTECTED]> wrote on 04/24/2006 10:13:12 AM: <snip/>
> This document we directly convert back to bytes using TransformerFactory. But > output comes like this:- > > Output xml > > > <?xml version="1.0" encoding="UTF-8" ?> > > <Trial><Font fcolor="White" ff="Arial"/></Trial> > > > Though the output xml is right in xml terms it is not okay for our > application > as the tool which reads this output xml requires </Font> tag mentioned > explicitly . Is there any parameter, property setting that will enable us to > get the </Font> tag. Our application is coded in Java. Xerces doesn't implement TransformerFactory so if such a property exists (and I doubt it does) you'd be looking for it in Xalan or some other XSLT processor. > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
