IBM Integration Bus, Version 10.0.0.0 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS


XML DocTypeDecl

The DocTypeDecl represents the DOCTYPE declaration.

DocTypeDecl is a named element and is a child of the XML parser. DocTypeDecl is written to the bit stream before the element that represents the body of the document during serialization. The following attributes can be specified within this element:

The following example is included in DTD example:

<!DOCTYPE test PUBLIC "//this/is/a/URI/test" "test.dtd" [
...
...
]>

ad06430_.htm | Last updated 2015-03-27 19:26:12