i've tried this, as well as
wrap="wrap", wrap="yes", wrap=""
and none seem to work...i know that with <xslutput type="html"/>, it will render some things poorly formed, such as <br/> --> <br>, but not this one...any other ideas? mike griffith
----------------------------
mgriffith@lauren.com
mdg12@po.cwru.edu
The problem is actually the browser, not the xml. Wrap in pre tags seem to be obsolete in post 4.0 browsers, something style should be able to help with.
Take a look at thread215-300776 more discussions on this problem.
The only other way to do it would be to put the tag in cdata tags, but you wont be able to treat it like a node in xml...
i didn't realize wrap doesn't work in ie, that was probably my problem the whole time
i'm just going to use a <div> rather than <pre> with some cool css, and a nice
replace(replace(" ", "&nbsp;", "\n", "<br/>"
and you're right, bad solution to throw an element in cdata
thanks for the comments and suggestions mike griffith
----------------------------
mgriffith@lauren.com
mdg12@po.cwru.edu
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.