This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: HTML in an XML tag


[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]