U
usenetjs
Hello,
I am very new to xsl. So, If anyone can help eme out, it would be
great. I have the following problem.
I have 2 xml documents.
Document 1: A collection of items
<items>
<item>
<id>...</id>
<location>...</location>
...
</item>
<item>
...
</item>
<items>
Document 2: A collection of ids (which is a subset of ids from
document 1)
<ids>
<id> ... </id>
<id> ... </id>
<ids>
Needed output in xml: Filtered document 1 consisting only of items with
the ids from document 2.
-js
I am very new to xsl. So, If anyone can help eme out, it would be
great. I have the following problem.
I have 2 xml documents.
Document 1: A collection of items
<items>
<item>
<id>...</id>
<location>...</location>
...
</item>
<item>
...
</item>
<items>
Document 2: A collection of ids (which is a subset of ids from
document 1)
<ids>
<id> ... </id>
<id> ... </id>
<ids>
Needed output in xml: Filtered document 1 consisting only of items with
the ids from document 2.
-js