Hi. By persistence, I've discovered that when several nested elements
in a schema are each qualified by a namespace, I can successfully
reference them in a select statement by qualifying each element by its
namespace in succession. For example, for a schema that qualfies each
element in a nested series "command, heading, pivot table" by "xs", I
can use an xpath statement like "//xs:command/xs:heading/
xs:pivotTable" to select the pivot table node.
I figure that when all the name space qualifications are identical,
there's some way to carry the namespace across all the elements
without typing exact same one for each separately. Is there? If so,
could someone tell me what it is?
Thanks for any help!
Comment