See: Description
Class | Description |
---|---|
ClipboardFormat |
Utility class used to convert XML nodes to/from a string.
|
This string uses a special serialized XML format called the clipboard format.
The clipboard format has been designed
Note that any other property, or even READ_ONLY_PROPERTY, SOURCE_URL_PROPERTY outside an included subtree, are not preserved.
Example (indented):
<?xml version="1.0"?> <ns2:clipboard xmlns:ns3="http://www.xmlmind.com/xmleditor/namespace/property" xmlns:ns2="http://www.xmlmind.com/xmleditor/namespace/clipboard" xmlns:ns="http://www.acme.com/namespace"> <ns2:clipboard ns3:inclusion="...EntityRef:company_disclaimer..." ns3:readOnly="true" ns3:sourceURL="file:/tmp/in/tloader3/disclaimer.xml"> <ns:p>Use this at your own risks. <ns:i><ns:b>NO WARRANTY!</ns:b></ns:i></ns:p> </ns2:clipboard> <ns:p><ns:img src="company_small_logo" /> This is the logo of <ns:b> <ns2:clipboard ns3:inclusion="...EntityRef:company_name..." ns3:readOnly="true">ACME Inc.</ns2:clipboard></ns:b>.</ns:p> </ns2:clipboard>