abstract:
The problem is, XML interprets these to be child nodes and therefore I lose all the line breaks, tables, and so forth in that block of text http://bbs.prog365.com/images/sites/biggrin.gif
I've looked around, but can't seem to find a workaround. Any ideas?
Hello,
I have a PHP script which automatically puts together a text message, including <br /> and various other XHTML commands, and inserts that into an XML node to be formatted using XSLT. XSLT then inserts the data when it is needed. The problem is, XML interprets these to be child nodes and therefore I lose all the line breaks, tables, and so forth in that block of text 
I've looked around, but can't seem to find a workaround. Any ideas? |