On Thu, 23 Aug 2001, Guillaume Rousse wrote: > 3) No corresponding element when depth is variable, occuring at line 427 and > 432 > Message: > No node in element http://lis.snv.jussieu.fr/~rousse/osis/model:dataset > corresponds to <selector xpath="model:data/*/model:author"/> > Discussion: > The * seems to confuse the checker, as model:author element does occurs, for > instance model:data/model:names/model:name/model:authority/model:author
I don't claim to be an XPath expert, but doesn't * mean only one level of children? model:data/*/model:author should match any model:authors which are grandchildren of model:data, but not children, great-grandchildren etc. Ian -- Ian Roberts, Software Engineer DecisionSoft Ltd. Telephone: +44-1865-203192 http://www.decisionsoft.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
