User Profile

Collapse

Profile Sidebar

Collapse
webonomic
webonomic
Last Activity: Oct 16 '08, 06:44 AM
Joined: Oct 14 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • webonomic
    replied to Interesting XML traversing problem
    in XML
    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!!!...
    See more | Go to post

    Leave a comment:


  • webonomic
    replied to Interesting XML traversing problem
    in XML
    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.

    -------...
    See more | Go to post

    Leave a comment:


  • webonomic
    replied to Interesting XML traversing problem
    in XML
    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"?>
    ...
    See more | Go to post

    Leave a comment:


  • webonomic
    started a topic Interesting XML traversing problem
    in XML

    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>...
    See more | Go to post
No activity results to display
Show More
Working...