l
If the user clicks the button, the plug-in sends the notepad data in XML
format via HTTP POST to the server. The data is being send in the "data"
post variable
l
The answer (the content of the receiving page) of the web server in return
must be simple XML data:
<result success="true">filename.xml</result>
if the server succeeded in saving the file OR
<result success="false">error reason</result>
Depending on the result the plug- in displays the web page specified by the
"SendXMLUrlSuccess" or "SendXMLUrlFailed".
The plug-in posts the following values to the success or failure HTML page:
Data
Description
datafile
The file name of the stored XML file returned by the server
error
Error description
FSI_Url
The URL of the calling FSI Viewer instance
FSI_notepad_id
The unique id of the notepad (UniqueID)
LoadXML
Description
URL or file name of an XML data file to load
Syntax
String
Default
---
Context
Plug-in attribute
URL or file name of an XML data file to load from a web server. If you add this
parameter, the notepad loads the bookmarks from the file specified instead of
loading bookmarks from the user‘s system.
12 Plug-in Reference
NeptuneLabs - FSI Viewer
460