Hi,
that's a part of my xml file:
------------------------------------------
Here it's my origin from where i want to jump:
<combination id="103">
<parameter>
<equival>
<![CDATA[detail1]]>
</equival>
</parameter>
</combination>
<combination id="101">
<parameter>
<equival>
<![CDATA[detail2]]>
</equival>
</parameter>
</combination>
-------------------------------------------
That should the destination of the jump:
<tables>
<tb id="1">
<description><![CDATA[detail1]]></description>
<parameter
name=""><value><![CDATA[0,1,2,3,4,5,6,7,8,9]]></value></parameter>
<parameter
name=""><value><![CDATA[a,b,c,d,e,f]]></value></parameter>
</tb>
<tb id="2">
<description><![CDATA[detail2]]></description>
<parameter
name=""><value><![CDATA[a,b,c,d,e,f]]></value></parameter>
<parameter name=""><value><![CDATA[�,�,�]]></value></parameter>
</tb>
</tables>
Sven
Andreas L. Delmelle wrote:
>>-----Original Message-----
>>From: Sven Waibel [mailto:[EMAIL PROTECTED]
>>
>>
>
>
> Hi Sven,
>
> <snip />
>
>>My problem is that i don't know how many details i will have, so
>>i can't say id="detail1", id="detail2".
>>
>
>
> The way I see it, the simplest solution would be to add a unique identifier
> to each detail-node in the source XML. That way, you can simply copy them
> from there without needing to know how much there are.
>
> Don't know of this makes sense. If it doesn't, don't hesitate to ask again
> (and if possible, add a small sample of your source XML --that will allow us
> to answer a bit more to the point maybe...)
>
>
> Greetz,
>
> Andreas
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]