RE: XSLT Result matching pattern

2007-08-16 Thread John Krueger
st > Subject: RE: XSLT Result matching pattern > > There is an open issue for struts2 with the matchingPattern and > excludingPattern > params for the xslt result type. > > https://issues.apache.org/struts/browse/WW-1550 > > Other options/workarounds for this would be t

RE: XSLT Result matching pattern

2007-08-16 Thread John Krueger
- > From: Richard Sayre [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 14, 2007 10:18 AM > To: Struts Users Mailing List > Subject: XSLT Result matching pattern > > I am new to regular expressions and I am trying to have my XSLT result > only show certain elements that are in

XSLT Result matching pattern

2007-08-14 Thread Richard Sayre
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: ... ... ... I only want the result/questionTree node to be return to my page. I tried doing this: /result/questionTree But all the XML