Norman Walsh scripsit: > Thinking about the options for the NVDL step reminded me that I hadn't > hooked up all the RELAX NG options. I figured out how to enable (and > not enable) ID/IDREF checking, but is there any way to get Jing to > report the augmented infoset for a document that is validated with a > schema that uses DTD compatibility and provides default attribute > values?
Jing only checks that IDs are unique and that IDREF and IDREFS attributes don't refer to unknown IDs. It doesn't report ID-type information to its caller, and it doesn't implement default-attribute processing, so there is no augmented infoset of any kind. Indeed, I don't know of any RNG validator that does any more than Jing does. -- John Cowan <[email protected]> http://www.ccil.org/~cowan Raffiniert ist der Herrgott, aber boshaft ist er nicht. --Albert Einstein
