Hello Craig As far as i understand Xstream is a tool to marshal and unmarshall, it is not about XSLT nor about xsd validation, for that you need to use other frameworks, hope this helps
Regards Ruben On Sat, Nov 17, 2012 at 11:13 AM, cbb <[email protected]> wrote: > > Sorry for this, my notes are in the office and I wanted to post this asap. > I > will revisit this post on Monday morning and add the exact XStream > exception > and verify my example. > > Whenever I try to: > > <xsl:variable name="PETS" select="root/pets"/> > > <xsl:for-each select="$PETS"> > <xsl:sort select="name"/> > <!-- stuff in here... --> > </xsl:for-each> > > I get an exception when XSLT tries to process the XML and the XSLT. > > I am confident that my XML and XSLT are well-formed and correct because > they > work when tested using > > http://www.w3schools.com/xsl/tryxslt.asp?xmlfile=cdcatalog&xsltfile=tryxsl_for-each_title > . > > Is this a known issue? > > Any ideas? > > I am using the latest stable XStream release. > -- > View this message in context: > http://old.nabble.com/XStream-seems-unable-to-process-XSLT-containing-sort-if-the-xsl%3Afor-each-select-is-a-variable.-tp34691531p34691531.html > Sent from the xstream - user mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
