Thanks a lot !
-----Original Message-----
From: wbchmura@xxxxxxxxxxxxxxxxxxxxxx
[mailto:wbchmura@xxxxxxxxxxxxxxxxxxxxxx]
Sent: jueves, 06 de septiembre de 2001 19:37
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: Storing HTML in XML
Yes, In fact I just got some help on this very topic today.
You want to use:
<xsl:copy-of select="title/node()" />
To get it out. See the thread "Re: Question with xsl:copy-of and
xsl:value-of".
if you dont do it this way it will be outputting <myfile> as part of the
result.
Glad I could finally give something back to the group...
-----Original Message-----
From: Francisco.Casadome [mailto:Francisco.Casadome@xxxxxxxxxxxxxx]
Sent: Thursday, September 06, 2001 1:17 PM
To: xsl-list
Subject: Storing HTML in XML
Hi,
I would like to know if it's possible to store html code inside xml
tags.
Thus is,
something like:
<files>
<myfile number="1"> ... here goes the HTML code ... </myfile>
<myfile number="2"> ... here goes the HTML code ... </myfile>
<myfile number="3"> ... here goes the HTML code ... </myfile>
...
</files>
In a way that I can output that html code without processing it. The
output
of the xsl should be the HTML inside <myfile> tags.
Can anyone help me ?
Thanks in advance,
Frank.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Re: Storing HTML in XML, (continued)
- Jeni Tennison - Thu, 6 Sep 2001 14:00:55 -0400 (EDT)
- Michael Symonds - Thu, 6 Sep 2001 15:11:29 -0400 (EDT)
- wbchmura - Thu, 6 Sep 2001 13:40:09 -0400 (EDT)
- Casadome, Francisco Javier - Thu, 6 Sep 2001 14:15:06 -0400 (EDT)
- Casadome, Francisco Javier - Thu, 6 Sep 2001 14:15:25 -0400 (EDT) <=
- wbchmura - Thu, 6 Sep 2001 15:28:16 -0400 (EDT)
- timw - Thu, 6 Sep 2001 17:57:56 -0400 (EDT)
|
|