M
Marc Dzaebel
Hi,
using JDK1.6, is there a way to tell a Document (DOM Level 3) that a certain
Attribute (usually "id") is always of type ID without defining a grammar
file? Currently I have to traverse the full DOM tree and
setIdAttribute("id", true). Otherwise getElementById returns null. If I need
a schema, is it possible to create it programmatically.
Thanks, Marc
using JDK1.6, is there a way to tell a Document (DOM Level 3) that a certain
Attribute (usually "id") is always of type ID without defining a grammar
file? Currently I have to traverse the full DOM tree and
setIdAttribute("id", true). Otherwise getElementById returns null. If I need
a schema, is it possible to create it programmatically.
Thanks, Marc