Difference between revisions of "LavishGUI:Navigation XML Files"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 1: Line 1:
*LavishNav xml files may be created with the LavishNav:[[LavishNav:lavishnav (Object Type)|Export()]] command.
+
== Introduction ==
*LavishNav xml files may be loaded using the LavishNav:[[LavishNav:lavishnav (Object Type)|Import()]] command.
+
=== What is a LavishNav XML file? ===
 +
A LavishNav [http://en.wikipedia.org/wiki/XML XML] file is a LavishNav tree stored in an [http://en.wikipedia.org/wiki/XML XML] file.  Basically, it's a way to store all of your navigation data.
 +
 
 +
LavishNav [http://en.wikipedia.org/wiki/XML XML] files may be generated and loaded using the LavishNav:[[LavishNav:lavishnav (Object Type)|Export()]] and LavishNav:[[LavishNav:lavishnav (Object Type)|Import()]] commands.
 +
 
 +
== LavishNav XML File Characteristics ==
 +
LavishNav [http://en.wikipedia.org/wiki/XML XML] files use [http://en.wikipedia.org/wiki/XML XML].
 +
 
 +
== Examples ==
 +
* LavishNav:Export(test.xml) - This will export all of your current LavishNav data to a file called test.xml in the current directory.
 +
* LavishNav:Import(test.xml) - This will import test.xml in the current directory into your LavishNav tree.
 +
 
 +
== See Also ==
 +
* [[LavishNav]]
 +
 
 +
 
 +
[[Category:LavishNav]]

Revision as of 12:30, 22 March 2006

Introduction

What is a LavishNav XML file?

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.

LavishNav XML File Characteristics

LavishNav XML files use XML.

Examples

  • LavishNav:Export(test.xml) - This will export all of your current LavishNav data to a file called test.xml in the current directory.
  • LavishNav:Import(test.xml) - This will import test.xml in the current directory into your LavishNav tree.

See Also