Re: What SAXON extension (?) enables my XSLT program to get information about XSD elements?
Michael Kay <mike-JkSD5nQpfvpWk0Htik3J/[email protected]>
| Newsgroups | gmane.text.xml.saxon.help |
|---|---|
| Message-ID | <[email protected]> |
I should have mentioned that the other entry point to these extension functions is saxon:type(), which gives you the type definition for a schema-validated element node, and from there you can navigate all the related schema information. Michael Kay Saxonica > On 7 Jul 2020, at 16:30, Dr. Roger L Costello <[email protected]> wrote: > > Hi Folks, > > I want to write an XSLT program that traverses the leaf elements of XML instance documents. As the XSLT program visits each element, the program goes to the element declaration in the corresponding XML Schema and collects schema-information about the element, such as minOccurs, maxOccurs, type, default, fixed, and facets (if applicable). I believe that SAXON has an extension (?) which provides access to all sorts of valuable information about the XML Schema. I believe that I used the extension (?) long ago, but I've forgotten what its name is. Would you point me to the thing that I am looking for, please? > > /Roger > > > _______________________________________________ > saxon-help mailing list archived at http://saxon.markmail.org/ > [email protected] > https://lists.sourceforge.net/lists/listinfo/saxon-help _______________________________________________ saxon-help mailing list archived at http://saxon.markmail.org/ [email protected] https://lists.sourceforge.net/lists/listinfo/saxon-help