Re: [xsl] question about import/include

Subject: Re: [xsl] question about import/include
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 5 Apr 2003 21:00:41 +0100

		<xsl:when test="contains($input, '&#13;&#10;')">

An input XML document should never have such a pair (unless it plays
very tricky code with nested entity definitions) as the XML parser should
normalise all such pairs to a single #10.

David

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


Current Thread