Tagged Questions
19
votes
4answers
15k views
Converting XML to plain text using XSLT — how should I ignore/handle whitespace in the XSLT?
I'm trying to convert an XML file into the markup used by dokuwiki, using XSLT. This actually works to some degree, but the indentation in the XSL file is getting inserted into the results. At the ...