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]
Other format: [Raw text]

Re: Outputting literal and 'quoted' tags.


David Carlisle wrote:

> > try this
>
> > ...
> > <xsl:template match="level1">
> >     <xsl:text disable-output-escaping="yes">
>
> in the text output method d-o-e has no effect.

Which for me leaves the question: what should I expect in text output
mode to happen with stuff like <h1>. I previously figured it would be
'just text' to the xslt processor as long as the xsl: namespace tag
isn't there.

Emile



 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]