J
Jeff Calico
Hi
I have what I think is a easy question about how to pull cross
reference data
when I transform my XML file. I can't seem to find a good example of
how to do
this on the web, though.
Here is the XML file I am supposed to process:
<property address="1235 Wildwood">
<ownerRef ownerKey="100"/>
<ownerRef ownerKey="130"/>
</property>
<owner ownerId="100" name="J. Smith"/>
<owner ownerId="130" name="E. Rock"/>
When I process the property element, I want to look up the owner names
and print
them also. I'm guessing something with xsl:key maybe??
thanks,
Jeff
I have what I think is a easy question about how to pull cross
reference data
when I transform my XML file. I can't seem to find a good example of
how to do
this on the web, though.
Here is the XML file I am supposed to process:
<property address="1235 Wildwood">
<ownerRef ownerKey="100"/>
<ownerRef ownerKey="130"/>
</property>
<owner ownerId="100" name="J. Smith"/>
<owner ownerId="130" name="E. Rock"/>
When I process the property element, I want to look up the owner names
and print
them also. I'm guessing something with xsl:key maybe??
thanks,
Jeff