Transform3d
MIS
Hi,
Just started learning XML/XSLT this week. Have the basics down, and I am stuck on how to match different element sets based on a shared UID between them.
So, I have exported a MS Project file as XML, and I am applying an XSLT file to it. The XSLT reads through each task and displays specific element values from that task into an html table. This works great when I am selecting data from the current element only. What I am trying to do is display Task1.Name based on element Task2.UID matching Task1.UID when I am processing Task2.
IS this enough information? Or should I post snippets of the XML and XSLT files?
Thanks
Tom
Just started learning XML/XSLT this week. Have the basics down, and I am stuck on how to match different element sets based on a shared UID between them.
So, I have exported a MS Project file as XML, and I am applying an XSLT file to it. The XSLT reads through each task and displays specific element values from that task into an html table. This works great when I am selecting data from the current element only. What I am trying to do is display Task1.Name based on element Task2.UID matching Task1.UID when I am processing Task2.
IS this enough information? Or should I post snippets of the XML and XSLT files?
Thanks
Tom