0
votes

I'm trying to configure locate the DTDs for Saxon extensions and java types (IntelliJ editor configuration).

The namespaces:

http://saxon.sf.net http://saxon.sf.net/java-type

...have no DTDs available in the classpath. I've looked in the jars and everywhere and can't find an explanation or references to such DTDs on the web. I'm able to use extensions and java types, such as saxon:evaluate, successfully.

I'm using Saxon 9B.

1

1 Answers

0
votes

There are no elements or attributes in these namespaces, only functions and types. DTDs define elements and attributes. So there would be nothing for a DTD to say.

What problem are you actually trying to solve: what would you want to do with this DTD if it existed?