Skip to Content.
Sympa Menu

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

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Steve Loughran <steve.loughran AT gmail.com>
  • To: David Forslund <forslund AT mail.com>
  • Cc: xom-interest <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] Question about XSL
  • Date: Tue, 25 Oct 2005 20:09:31 +0100

Does your XSLT sheet request HTML explicitly with

<xsl:output method="html" encoding="us-ascii"/>

On 10/25/05, David Forslund <forslund AT mail.com> wrote:
> 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
>
>
>
> _______________________________________________
> XOM-interest mailing list
> XOM-interest AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/xom-interest
>




Archive powered by MHonArc 2.6.24.

Top of Page