How to: Export docPointer ReadMe files to WWW
This tutorial demonstrates how to Export docPointer ReadMe files to WWW.
docPointer documents can be used directly in WWW without any conversion.
Save ReadMe file to C:\InetPub\wwwroot and navigate to page using docPointer.
docPointer documents are actually XML -documents. (advanced info: the structure of document is the same as ADO.NET DataSet)
<?xmlversion="1.0"encoding="UTF-16"?>
<MapPagexmlns="http://www.docpointer.com/XMLSchema/MapPage20.xsd">
<
General
>
<Version>2.0</Version>
<GUID>{092C07EE-9B48-48B1-8D03-F285264AA183}</GUID>
</
General
>
<
Link
>
<ID>5</ID>
<X>227</X>
<Y>48</Y>
<Width>127</Width>
<Height>58</Height>
<Address>http://www.docpointer.com/</Address>
<Text>www.docpointer.com</Text>
</
Link
>
<
Object
>
<ID>6</ID>
<Type>0</Type>
<X>319</X>
<Y>134</Y>
<Width>137</Width>
<Height>42</Height>
<Text>docPointer Web Site</Text>
<BorderWidth>2</BorderWidth>
<
ObjBorderColor
R
="230"
G
="230"
B
="0"
/>
<
ObjBackColor
R
="255"
G
="255"
B
="0"
/>
<TextAlign>0</TextAlign>
<
ObjForeColor
R
="0"
G
="0"
B
="128"
/>
</
Object
>
<
Line
>
<srcID>6</srcID>
<dstID>5</dstID>
<BorderWidth>2</BorderWidth>
<
BorderColor
R
="143"
G
="143"
B
="143"
/>
<ArrowDst>1</ArrowDst>
</
Line
>
</MapPage>
All users do not have docPointer installed. For those users you can export HTML or SVG (W3C Scalable Vector Graphics XML) version of the document.
To export HTML or SVG -version choose File / Export for Web Browser.
docPointer includes a Flash viewer for SVG. The Flash & SVG export format is recommended.
To export HTML or SVG -version choose File / Export for Web Browser.
Use Web Browser with Flash Player to test the page.
docPointerSVGViewer.swf and *FlashSVG.svg must be in the same directory as html-page (default).
Use Web Browser with Java Applet support to test the page (Export / HTML page using JavaApplet)
pointer.jar Java Applet must be in the same directory as html -page.
IE 5 / 6 needs SVG Viewer from Adobe for W3C
Scalable Vector Graphics. docPointer also includes a Flash SVG viewer which can
be used.
How to: Configure your Web Server MIME types for SVG
To preview HTML or SVG -version choose File / Preview ...
You can also view exported versions with "View Exported HTML, Flash Viewer and SVG","View Exported HTML and Java Applet" and "View Exported SVG".
Web export can also be automatic. Automatic export exports HTML or SVG version every time the document is saved.