Tagged Questions
5
votes
12answers
974 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 ...
3
votes
3answers
4k views
Possible to add line breaks in a textarea field while keeping it XHTML 1.0 valid?
EDIT: After re-reading my post I think I am being a little bit unclear about what the problem is. Let me try to re-phrase it:
Users can leave comments on my site using a textarea field in a form. It ...