Difference between revisions of "LavishGUI:Navigation XML Files"
Jump to navigation
Jump to search
Bootyjuice (talk | contribs) |
Bootyjuice (talk | contribs) |
||
Line 9: | Line 9: | ||
== Examples == | == Examples == | ||
− | + | === Example 1 === | |
− | + | ;Exporting - This will export all of your current LavishNav data to a file called test.xml in the current directory. | |
+ | LavishNav:Export(test.xml) | ||
+ | ;Importing - This will import test.xml in the current directory into your LavishNav tree. | ||
+ | LavishNav:Import(test.xml) | ||
== See Also == | == See Also == |
Revision as of 12:33, 22 March 2006
Contents
Introduction
A LavishNav XML file is a LavishNav tree stored in an XML file. Basically, it's a way to store all of your navigation data.
LavishNav XML files may be generated and loaded using the LavishNav:Export() and LavishNav:Import() commands.
Examples
Example 1
- Exporting - This will export all of your current LavishNav data to a file called test.xml in the current directory.
LavishNav:Export(test.xml)
- Importing - This will import test.xml in the current directory into your LavishNav tree.
LavishNav:Import(test.xml)