[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Using Saxon 9 as a Schematron 1.5 back end
- From: David Carlisle <davidc@nag.co.uk>
- To: xml-dev@lists.xml.org
- Date: Mon, 21 Jan 2008 15:14:58 GMT
> A useful output is what I called a canonical path, a structure composed
> of 2 parts :
> -an XPath expression that starts from the root and descend from node to
> node by naming them and index them
> -a mapping of the prefixes involved in the XPath expressions
For this usage, the (ISO) schematron skeleton files include templates
that output xpaths (not using any prefixes) to the context of the
message. (It also has templates that make xpaths with prefixes, suitable
for human readable error messages, but in many XPath API, it's just
simpler to report something as
/*[10]/*[5]
rather than
/a:b[3]/c:d[2]
and then worry how to bind the namespace prefixes.
David
________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]