Re: [exslt] output methods (Was: Re: [xsl] Twig::, Xalan, and Character Escaping)

Subject: Re: [exslt] output methods (Was: Re: [xsl] Twig::, Xalan, and Character Escaping)
From: Jeni Tennison <mail@xxxxxxxxxxxxxxxx>
Date: Mon, 26 Mar 2001 12:08:30 +0100
Hi Ken,

> Have you considered perhaps[1]:
>
> <xsl:output
>      method="exslt:uri"
>      exslt:uri="http://www.w3.org/TR/REC-MathML"/>
>
> That way one wouldn't have to maintain an enumeration of the
> recognized name tokens in the definition of exslt, only in the list
> of supported URI values by individual processors.

Hmm... interesting.  Wouldn't it be enough, then, to have:

  <xsl:output
     method="xml"
     doctype-public="-//W3C//DTD MathML 2.0//EN" />

and say that processors should use the doctype-public value to
determine which entities should be escaped and so on?

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread