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

RE: XSL and Well-formed HTML

Subject: RE: XSL and Well-formed HTML
From: "Vlattas, Christina" <CVlattas@xxxxxxx>
Date: Wed, 3 May 2000 09:18:14 -0400
RE: XSL and Well-formed HTML
> I have well-formed HTML embedded within my XML.  I obviously want the HTML
> to appear as is in the browser.

Use the xsl:copy-of instruction.

> 	<DetectionPop>
> 		<UL>
>		  <!-- and more XHTML -->
> 		</UL>
>     	</DetectionPop>

<xsl:template match="DetectionPop">
   <xsl:copy-of select="*"/>
</xsl:template>


I have to get this to work with IE 5.

I'm getting the message -  'Keyword xsl:copy-of may not be used here.'
as an error back from the browser.  Is there anything else that I can do?


 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.