xsl-list
[Top] [All Lists]

Re: HTML in an XML tag

2002-09-05 10:32:40
[Mac Rost]
[[
Thank you for that example... how can I modify it to actually insert the
'break'into the html output? That way when it's displayed it wouldn't be
one long line?
]]

The stylesheet already inserts <br> elements in place of the &lt;br&gt;.
That gives you the line break.  If you view the output in a browser, it is
not on eone line but rather broken up into the individual lines.  If you
view the output in a text editor it is possible the entire text block would
be shown on one line but not in a browser.

For example, here is a fragment of the output showing the existence of
(real, not escaped) <br> elements:

Cherry Creek State Park 1 Block <br> -Aurora Mall 2 Miles <br>

If you want some other result you will have to be more clear about what you
want.

Cheers,

Tom P



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>