Right.
> So in effect, you're still specifying a
> match based on the underlying URI, not the prefix?
Right. The point is that if a parser just gives me the expanded names
for element type names and attribute names then I can't do the match on
the underlying URI because I can't get the underlying URI for the prefix
in the stylesheet. If I have in attribute in the stylesheet:
match="foo:bar"
the application needs to be able to map "foo" to the associated URI.
The parser can't do it automatically, because it has no way of knowing
that the value of the match attribute is supposed to be treated as a
qualified name.
James