|
Subject: [xsl] Copying into additional attributes from a different part of the tree From: "john smith" <john_smith73@xxxxxxxxxxx> Date: Tue, 31 Jul 2001 16:01:35 +0000 |
<A>
<B>
<C id="1" name="CC">
<D id="2" name="DD"/>
</C>
</B>
<E>
<F>
<class>foo</class>
<NAME>C</NAME>
</F>
<F>
<method>test</method>
<NAME>C</NAME>
</F>
<F>
<class>foo1</class>
<NAME>D</NAME>
</F>
<F>
<method>test1</method>
<NAME>D</NAME>
</F>
</E>
</A><AA>
<C id="1" name="CC" class="foo" method="test">
<D id="2" name="DD" class="foo1" method="test1" />
</C>
</AA>1. Copy all nodes and attributes of B's descendants
{in this case, C and D}
--> At this stage, this is what my result tree will look like:
<AA>
<C id="1" name="CC">
<D id="2" name="DD"/>
</C>
</AA><AA>
<C id="1" name="CC" class="foo" method="test">
<D id="2" name="DD" class="foo1" method="test1" />
</C>
</AA>
_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Can someone explain why XSL s, Uslu, Cihan Y (MED) | Thread | Re: [xsl] Copying into additional a, David_Marston |
| RE: [xsl] possible value-of return , alex reuter | Date | Re: [xsl] Copying into additional a, David_Marston |
| Month |