[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
RE: [xml-dev] XML validator
- From: "Michael Kay" <mike@saxonica.com>
- To: "'Rodney Boyd'" <rodney.neil.boyd@gmail.com>,<contact@spycomponents.com>
- Date: Wed, 17 Sep 2008 10:06:06 +0100
>
> I was able to run Xerces from ValidatorBuddy but I'd like to
> be able run it on its own. I tried
>
> stdinparse -v=always -s < file.xml
>
> but it didn't recognize the schema, even though I specified
> it using xsi:noNamespaceSchemaLocation.
If you read a document from the standard input, then the processor won't
know its base URI, which means it won't be able to resolve any relative URI
contained in the document, for example one found in an
xsi:noNamespaceSchemaLocation attribute.
But I don't know the spec of stdinparse.
Michael Kay
http://www.saxonica.com/
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]