xsl-list
[Top] [All Lists]

RE: [xsl] Avoiding multiple "apply-templates" by creating one variable for the clauses. Is it possible?

2009-08-20 09:46:31
Ah yes, I was using the XSLT 1.0 processor. I've changed that now to XSLT 2.0 
but am still getting a similar (if less specific) error:

Expected token ')', found ','. On line 43:


Line 42:         using (StringWriter sw = new StringWriter())
Line 43:         {
Line 44:             BlogHotspot.Transform(xpathBlogXml, xslArg, sw);
Line 45:             litBlogHotspot.Text = sw.ToString();
Line 46:         }

I'm fairly confident it's the same error.

K

-----Original Message-----
From: Martin Honnen [mailto:Martin(_dot_)Honnen(_at_)gmx(_dot_)de] 

Is that an XSLT 1.0 processor giving that error?



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>