SvgGetDocumentXML: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Fix typo) |
||
Line 2: | Line 2: | ||
{{Added feature/item|1.5.9|1.5.8|20979|Gets the underlying XML document from an SVG element.}} | {{Added feature/item|1.5.9|1.5.8|20979|Gets the underlying XML document from an SVG element.}} | ||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua">xmlnode svgGetDocumentXML ( svg svgElement )</syntaxhighlight> | ||
===Required Arguments=== | ===Required Arguments=== |
Revision as of 09:56, 28 September 2021
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
- Returns an xmlnode if successful, false otherwise
Example
See the example for svgSetDocumentXML
Requirements
This template will be deleted.
See Also