SvgSetDocumentXML
Jump to navigation
Jump to search
Sets the underlying XML document of an SVG element.
Syntax
bool svgSetDocumentXML ( svg svgElement, xmlnode xmlDocument [, function callback ( bool didLoad ) ] )
Required Arguments
- svgElement: The svg element you want to set the XML document of
- xmlDocument: An xmlnode containing the data to be set on the SVG document
Returns
- Returns true if successful, false otherwise
Example
See the example for svgCreate
Requirements
This template will be deleted.
See Also