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