ASP Error: 70
Description: Permission denied
Source: Microsoft VBScript runtime error
|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Converting an attribute value into an XML fragment
I am trying to convert the value of an attribute into an XML fragment in
XSL. Here is what my XML looks like:
<row
title="XMLContent"
value="<section header="no">Testing
testing</section>introhunk<br/>blah"
/>
So, when converted into an XML fragment, row/@value should look like this:
<section header="no">Testing testing</section>introhunk<br/>blah
And I would like to have my XSL transform this <row> into something like
this in the XML result tree:
<item title="XMLContent">
<section header="no">
Testing testing
</section>
introhunk
<br/>
blah
</item>
I am doing this so I can store XML fragments in a db table, then have those
fragments be merged into the XML result tree of an XML document that
contains references to records within that table. [Note the choice of an
<item> tag is just for demonstration above.]
Any ideas on how to make this happen?
Thanks ..
joel
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








