xsl-list
[Top] [All Lists]

Re: [xsl] Transforming XML copied via XSLT

2010-01-27 16:00:49
No, perhaps this will better explain:

The input xml file might be:
<sandwich>
        <name>tuna</name>
        <link>mysite.com</link>
        <price>$5.00</price>
</sandwich>

I'm able to 'xsl:copy-of' into my file but I'm not sure the best way to
obtain these results:
<a href="http://mysite.com/";>tuna</a>
<p>$5.00</p>


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--