Beautiful! Yes, you are a god. Honestly I don't know how some of you XSLT gurus got to where you are. It's a heck of a language to learn.
I added the extra bits of code I needed and got it working exactly as envisioned.
Thank you so much!!!...
User Profile
Collapse
-
I am playing around with this code but can't quite seem to get it to work.
I put it in my Task template and using Cooktop xml I get the error "Keyword xsl:apply-template may not be used here."
Not being very well versed in XSLT, I find reading this code a bit difficult. :(
I'll keep playing around and see if I can eventually figure out how it works.
Thanks.
-------...Leave a comment:
-
Sorry it took so long to get reply. Been a long day at work.
I left the root element and xml declaration out by mistake. I thought it would be easier to ask for help by dummying down the XML. In order to show what I've done so far, I'll post the code as-is.
My XML:
...Code:<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="..\myxsl.xsl"?>
Leave a comment:
-
Interesting XML traversing problem
I've been struggling too long with this problem and will revere anyone as a god if they can figure it out.
I have this xml:
[code=xml]
<tasks>
<task id="t1"/>
<task id="t2">
<folderid>one </folderid>
</task>
<task id="t3">
<note>just some content here</note>
<folderid>two </folderid>...
No activity results to display
Show More
Leave a comment: