I have tried many different forms of doing this and none of them work, everything from using <![CDATA[]]> sections, creating a <!ELEMENT br EMPTY> in the DTD, <!ENTITY br "<br>"> in the DTD, to using disable-output-escaping="yes" in the XSL.
So far the only fix I have come to realize is actually separating each breaked section/paragraph into individual XML elements and then processing & inserting the <br/> tag via an XSL template. -- I would very much like to avoid doing this if possible!!
All I want to do is to include a simple <br> tag in the value of the xml element to then be parsed by the browser as HTML. I am using the basic XML/DTD/XSL schema...MSXML, but I'm using version 1.0 syntax.
Please let me know!
Thanks in advance. - pain4u
So far the only fix I have come to realize is actually separating each breaked section/paragraph into individual XML elements and then processing & inserting the <br/> tag via an XSL template. -- I would very much like to avoid doing this if possible!!
All I want to do is to include a simple <br> tag in the value of the xml element to then be parsed by the browser as HTML. I am using the basic XML/DTD/XSL schema...MSXML, but I'm using version 1.0 syntax.
Please let me know!
Thanks in advance. - pain4u