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: Creating a batch file or shell script / Inserting line breaks


Paul Tchistopolskii wrote:
> > <xsl:text>&#10;</xsl:text>
> > 
> > which occured earlier in this list, but Xalan ignored that.
> 
> try
> 
> <xsl:text>
> </xsl:text>

If that works in Xalan, but the former doesn't, then something is wrong
with Xalan, because &#10; and a literal linefeed character are supposed to
be equivalent.

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at         My XML/XSL resources:
webb.net in Denver, Colorado, USA           http://www.skew.org/xml/


 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]