[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: HTML tags from XML content

Subject: Re: HTML tags from XML content
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Sat, 10 Feb 2001 04:09:17 -0800 (PST)
 Re: HTML tags from XML content
Mingbo Qin wrote:

> The original XML elements contain some HTML formatting tags 
> in "&amp;lt;P&amp;gt;" format. If I don't do anything about 
> it, "&lt;P&gt;" will be displayed, that is, the "&amp" is converted 
> to "&" and that is it. 

The big trouble here is that xml elements are being represented as
unstructured text -- and the result cannot be anything better!

The correct way of doing things in XML and XSLT is:

Instead of 

"&lt;P&gt;" 

Use:

<P>contents here</P>

Then in your stylesheet simply copy the tree that has as root this
element using simply:

xsl:copy-of


Dimitre Novatchev.



__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.