WebSphere Message Brokers
File: ad06330_
Writer: Neil Dewhurst

Reference topic

This build: July 31, 2007 21:22:29

XML standalone

The XML standalone element defines the existence of an externally-defined DTD. It is a value element and stores the data corresponding to the value of the standalone string in the declaration. It is always a child of the XmlDecl element. Valid values for the standalone element are yes and no. An example is shown below:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE s1 PUBLIC "http://www.ibm.com/example.dtd" "example.dtd">
<s1>.........</s1>

A value of no indicates that this XML document is not standalone and depends on an externally-defined DTD. A value of yes indicates that the XML document is self-contained. However, the current release of WebSphere Message Broker does not resolve externally-defined DTDs, so the setting of standalone is irrelevant and is ignored.

Related concepts
MRM XML physical format
Message flows overview
Related tasks
Adding an XML wire format
Manipulating messages in the XML domain
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2007Copyright IBM Corporation 1999, 2007. All Rights Reserved.
This build: July 31, 2007 21:22:29

ad06330_ This topic's URL is: