xsl-list
[Top] [All Lists]

Small changes to source XML

2004-05-14 06:16:22
Forgive me for seeming ignorant, but I certainly am in this case.  I want to
mostly copy all of my source XML to the output XML, with some small changes.
For instance:

<root>
        <a ID="74">
        <a ID="75">
        <a ID="76">
</root>

I want this output:

<root>
        <a ID="0">
        <a ID="0">
        <a ID="0">
</root>


What is the best way to do this with a lot of XML without using xsl:element?



<Prev in Thread] Current Thread [Next in Thread>