Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Transform3d

    Using XSLT to match XML element ID's?

    No errors, but no values being populated. Here is my current select: <xsl:value-of select="preceding::Task[UID=current()/UID]/ID" /> I have an if statement above it: <xsl:for-each select="Project/Tasks/Task"> ... .. Is it possible I have something wrong in my preceding path?
  2. Transform3d

    Using XSLT to match XML element ID's?

    That was very helpful. Here is the "catch" Not all tasks are adjacent to each other (preceeding). That UID could be referencing any task in the list technically. I believe it will always be somewhere before it though, if that helps. IS there any way to choose the task that matches the UID...
  3. Transform3d

    Using XSLT to match XML element ID's?

    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...

Part and Inventory Search

Back
Top