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

RE: Encapsulating and displaying html fragments

Subject: RE: Encapsulating and displaying html fragments
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Sat, 15 May 2004 12:57:08 +0200
xslt html fragment
> -----Original Message-----
> From: Shaun ONeil [mailto:shaun@xxxxxxxxxxx]
>
Hi,

> So what I ask, is which behaviour is actually correct, and how do I work
> around this issue?

<snip />

Is there any reason in particular why your input looks the way it does?

> <?xml version="1.0" encoding="UTF-8"?>
> <?xml-stylesheet type="text/xsl" href="testcase.xsl"?>
> <test>
>   <fragment>&lt;p&gt;A &lt;acronym title="HyperText Markup
> Language"&gt;HTML&lt;/acronym&gt; fragment&lt;/p&gt;</fragment>
> </test>
>

The content of the fragment node is actually valid XML, so why not just make
it:

<fragment>
  <p>A <acronym title="HyperText Markup Language">HTML</acronym>
fragment</p>
</fragment>

to begin with. Then you won't need d-o-e after all, just use

<xsl:copy-of select="fragment/p" />

to copy it to the result tree...


HTH!

Greetz,

Andreas

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.