I am new to regular expressions and I am trying to have my XSLT result
only show certain elements that are in the XML.


here is some if the XML:

<result>
 <actionsErrors/>
 <actionsMessages/>
 <questionTree> ... </questionTree>
<user> ... </user>
<session> ... </session>

</result>

I only want the result/questionTree node to be return to my page.

I tried doing this:

<param name="matchingPattern">/result/questionTree</param>

But all the XML is still returned.  Am I using that parameter
properly?  Does it filter what XML is returned?  If so is my pattern
wrong?

Thank you,

Rich

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to