Could you pass on some examples of notation use with PI targets?
> <!NOTATION USDATE SYSTEM "http://www.schema.net/usdate.not">
> <!NOTATION AUSDATE SYSTEM "http://www.schema.net/ausdate.not">
> <!NOTATION ISODATE SYSTEM "http://www.schema.net/isodate.not">
I was wondering what these system identifiers contain. Are they validation
routines that would check syntax of the content of elements with which they
are attached. (provided the notations are used in attributes as you
suggested in your example) eg. would the system identifier
http://www.schema.net/usdate.not check the element content with which it is
attached for USDATE syntax?
AMIT