Search Results

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 th …
0
votes
3answers
1k views

XSLT selecting attribute of ancestor; “../..” works, “ancestor::<tagname>” doesn’t

I'm running through an XML document, selecting all the elements, and creating links based on the ancestor which is usually two nodes up in the tree, but occasionally 3 or 4 nodes up. For the maj …