Re: Outputting White Space Only Nodes from Variables
| Newsgroups | gmane.text.xml.xsl.general.mulberrytech |
|---|---|
| Message-ID | <[email protected]> |
I also found using @select instead of whitespace only content of <xsl:variable> did the job. (Thus I suspect the problem is on reading in and parsing the XSLT document the XML parser is dropping that whitespace as insignificant.) ________________________________ I tried, <xsl:variable name="generatedTextAfter" as="xs:string?" select=" ' ' "/> and got output. --~---------------------------------------------------------------- XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/3329386 or by email: [email protected] --~--