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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DavidC2

  1. DavidC2

    XSLT: Possible To Add X,Y Space If Additional XML Data Exists?

    Back, again! My query this time: In my XSLT, I am requesting data from my XML source files if it exists within specific elements and stating that if it does, stream and transform this data into an SVG at these given X,Y coordinates in my viewbox. To date, I have found nothing in either XSLT or...
  2. DavidC2

    XSLT XML-to-SVG Problem...Is This Task Do-able?

    Well...it's probably sloppy and/or poor coding, but I solved that last bit that I needed in order to pull either HREF from within a "testblockref" or an "endblockref". I simply used the "|" union operator. And since (in my case) there would never exist both types of refs (+ only one <xref> would...
  3. DavidC2

    XSLT XML-to-SVG Problem...Is This Task Do-able?

    Thanks, Jay. Choosing the second suggestion (through templates) worked great! I found one more issue...forgetting that some HREF's would be nested within a "endblockref" rather than the (only) one that I supplied to you, "testblockref", is there a possibility for an "or" statement that will...
  4. DavidC2

    XSLT XML-to-SVG Problem...Is This Task Do-able?

    Thanks, Jay. That definitely got me going in the right direction. It pulled the YES @name as the HREF, but what I need to do is actually pull the HREF from within the XREF. Note below that the "value-answer" is nested in "select-value" (which is the actual <xsl:template>) and what I want is to...
  5. DavidC2

    XSLT XML-to-SVG Problem...Is This Task Do-able?

    Hi All! I have beeen researching my problem for quite some time and haven't read any situation where someone else is doing what I need to do...it makes me wonder if anybody has attempted this task.I am working at the request of a client who has (paper-version) troubleshooting flowcharts...

Part and Inventory Search

Back
Top