Tagged Questions
5
votes
12answers
973 views
Is it “bad practice” to be sensitive to linebreaks in XML documents?
I'm generating some XML documents and when it comes to the address part I have fragments that look like this:
<Address>15 Sample St
Example Bay
Some Country</Address>
The XSLT that I ...
0
votes
1answer
108 views
Line breaks from imported XML
I would like to know how to maintain line breaks in my imported XML document. All loads well but I loose the breaks in each paragraph from the node name "newsstory". I originally separated each ...