Tagged Questions

6
votes
3answers
4k 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 …