RE: [xsl] cdata output and different xslt processors

Subject: RE: [xsl] cdata output and different xslt processors
From: "Robert Koberg" <rob@xxxxxxxxxx>
Date: Mon, 29 Oct 2001 06:08:12 -0800
> > I assumed if I declared the
> > namespace in the XSLT it would not read it as something to pass through.
>
> why did you assume that? Any element not in the xslt namespace is a
> literal result element and will generate an element node in the result
> tree. How else would people generate xhtml or mathml of XSL-FO in XSLT?

But I get namespace errors for each line containing a node named
"myMenu:menu":
....
Error reported by XML parser: undeclared name prefix in: myMenu:menu
  URL:
file:/home/gudgeon/sites/master/WEB-INF/tool/content-controller.xsl
  Line:   114
  Column: 62
Error reported by XML parser: undeclared name prefix in: myMenu:menu
  URL:
file:/home/gudgeon/sites/master/WEB-INF/tool/content-controller.xsl
  Line:   115
  Column: 10
....


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread