|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Re: xsl-list Digest 28 Feb 2007 06:10:00 -0000 Iss
> I get the same error if I substitute "element(w:p)+" with "element()",
> "element(w:p)" or "xs:string" but "xs:integer" does not throw an error.
have you made a mistake in the call with-param? the above suggests that you
are passing in an integer (which is the type of the other param, level,
rather than a sequence of p elements which is the type of the param p.
<xsl:with-param name="p" select="w:p"/>
<xsl:with-param name="level" select="1"/>
David
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|







