This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]