Re: [xsl] XPath related query

Subject: Re: [xsl] XPath related query
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Mon, 24 Jan 2011 10:07:35 +0000
All that said, you could write a more manageable XPath that will work
on your sample, but only if you're very confident that you know for
sure which types of properties will be serialized with element
nesting, as most are in your sample, and which with references, as the
"cites" properties are.

Presumably this could be handled (in an XQuery or XSLT context) by writing the XPath expression in terms of functions that handle both representations of a relationship.


Michael Kay
Saxonica

Current Thread