This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: cdata output and different xslt processors



> > 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]