XML DocTypeDecl

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:

Start of changeThe example below is included in DTD example:End of change

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

Related concepts
Message flows

Related tasks
Developing message flow applications

Related reference
XML document type declaration
XML IntSubset
XML PublicId
XML SystemId
XML DTD example