Re: [Virtuoso-users] Error from a valid xsl file

2011-09-21 Thread Ivan Mikhailov
Hello Mark, The template contains declaration xmlns:xs="http://www.w3.org/2001/XMLSchema#"; whereas the built-in "well-known" namespace declaration is xmlns:xs="http://www.w3.org/2001/XMLSchema"; Unfortunately the processor reported the error instead of something more meaningful, because I've made

Re: [Virtuoso-users] Error from a valid xsl file

2011-09-21 Thread Mitko Iliev
Hi Mark, The "xs" namespace prefix is pre-defined as "http://www.w3.org/2001/XMLSchema"; , so if you wish to use "http://www.w3.org/2001/XMLSchema#"; namespace uri , should take some other prefix e.g. 'xsd' . Best Regards, Mitko On Sep 21, 2011, at 4:30 PM, Mark James wrote: > Hi, > I'm try

[Virtuoso-users] Error from a valid xsl file

2011-09-21 Thread Mark James
Hi, I'm trying to run an xsl script from within Virtuoso that I've successfully run externally within a php class. When run within Virtuoso I get the following error. SQLState: 22007 Message: XM003: XML parser detected an error: ERROR : 37000 XM028: XPath interpreter, line 1: Namespace