svgGetDocumentXML
Client-side
Server-side
Shared
Needs checking
This function was partially migrated from the old wiki. Please review manually:
- Missing section: Contents
Manual Review Required
Please finish this page using the corresponding Old Wiki article. Go to Contribution guidelines for more information.
Gets the underlying XML document from an SVG element.
Syntax
xmlnode svgGetDocumentXML ( svg svgElement )Required Arguments
- svgElement: The svg element you want to get the XML document of.
Returns
- xmlnode: value
See the example for svgSetDocumentXML
Code Examples
Script Example Missing
Function svgGetDocumentXML needs a script example. Help out by writing one.
See Also
SVG Functions
- svgCreate
- svgGetDocumentXML
- svgGetSize
- svgSetDocumentXML
- svgSetSize
- svgSetUpdateCallback