Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] Question about XSL

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: David Forslund <forslund AT mail.com>
  • To: xom-interest <xom-interest AT lists.ibiblio.org>
  • Subject: [XOM-interest] Question about XSL
  • Date: Tue, 25 Oct 2005 12:27:53 -0600

I'm transforming an XML file with an XSLT file to create HTML. When I use the DOM I get <textarea ...></textarea>
when I use XOM I get <textarea ../> instead. (This is the case when there is nothing in the textarea to begin with). This is certainly legitimate xml but browsers fail to terminate the <textarea> element (Firefox and IE). I've not figured out how to get the <textarea ...></textarea> to be generated by XOM. (I'm using 1.1b5). Any suggestions?

Thanks,

Dave







Archive powered by MHonArc 2.6.24.

Top of Page