Difference between revisions of "LavishGUI:Navigation XML Files"
Jump to navigation
Jump to search
Bootyjuice (talk | contribs) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
=== What is a LavishNav XML file? === | === What is a LavishNav XML file? === | ||
− | A LavishNav [http://en.wikipedia.org/wiki/XML XML] file is a | + | A LavishNav [http://en.wikipedia.org/wiki/XML XML] file is a navigation tree stored in an XML file. Basically, it's a way to store all of your navigation data. |
− | LavishNav | + | LavishNav XML files may be exported and imported (saved and loaded) using the [[LavishNav:lavishnav (Object Type)|lavishnav]] Export and Import methods. |
== LavishNav XML File Characteristics == | == LavishNav XML File Characteristics == | ||
− | |||
== Examples == | == Examples == | ||
− | === Example 1 === | + | === Example 1 - Export === |
− | ; | + | ; This will export all of your current navigation data to a file called test.xml in the current directory. |
− | LavishNav:Export | + | LavishNav:Export[test.xml] |
− | ; | + | === Example 2 - Import === |
− | LavishNav:Import | + | ; This will import test.xml in the current directory into your navigation tree. |
+ | LavishNav:Import[test.xml] | ||
== See Also == | == See Also == |
Latest revision as of 15:28, 22 March 2006
Contents
Introduction
A LavishNav XML file is a navigation tree stored in an XML file. Basically, it's a way to store all of your navigation data.
LavishNav XML files may be exported and imported (saved and loaded) using the lavishnav Export and Import methods.
Examples
Example 1 - Export
; This will export all of your current navigation data to a file called test.xml in the current directory. LavishNav:Export[test.xml]
Example 2 - Import
; This will import test.xml in the current directory into your navigation tree. LavishNav:Import[test.xml]