I had done that and should've mentioned it on my first
message.  The part that causes the error is the line:

<xsl:apply-templates select="@*|node()" />

In particulary, the "select" piece.  It doesn't like
the bar(|).  If I get rid if it and only have either
"@*" or "node()" then I don't get the error.  This is
valid XSL, as I said, the error only occurs when
transforming with Cocoon and Java 1.5.

--- Bertrand Delacretaz <[EMAIL PROTECTED]>
wrote:

> On 2/7/07, footh <[EMAIL PROTECTED]> wrote:
> 
> > ...Does anyone have any suggestions about where I
> would
> > start looking to figure out what is going on?...
> 
> If the exception gives no clue as to what's going
> wrong, I'd start
> commenting out parts of the transform to see exactly
> what causes it to
> fail.
> 
> -Bertrand
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



 
____________________________________________________________________________________
Have a burning question?  
Go to www.Answers.yahoo.com and get answers from real people who know.

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

Reply via email to