[Home] [By Thread] [By Date] [Recent Entries]
Hi all,
XML input is processed by the XML parser before it gets anywhere near the XSLT processor. The only way to prevent XML's normalization of whitespace characters (whether in element or attribute content) is to write the characters as character references, e.g. 
 You can of course do that by preprocessing the file in some non-XML-aware tool before submitting it to the XML parser. Could the xm:space="preserve" attribute in the input xml or <xsl:preserve-space elements="*" /> element in the xsl be of any help here? I missed the initial question too unfortunatily.. Grtz, Geert
|

Cart



