Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   Exporting (https://www.kinook.com/Forum/forumdisplay.php?f=32)
-   -   Exporting UR data to an HTML outline (https://www.kinook.com/Forum/showthread.php?t=2104)

kinook 10-17-2006 04:30 PM

Exporting UR data to an HTML outline
 
1 Attachment(s)
Follow these instructions to convert an Ultra Recall XML export to a numbered HTML outline, including the item title and text.

Initial Setup
=============

1) In Ultra Recall, select one or more items in the Data Explorer pane to export.

2) Choose File | Export on the menu.

3) If the Intro page is displayed, check the Don't display option and click Next.

4) On the Select Output Type page, select Files to an XML (OML) file and click Next.

5) On the Select Attributes page, click Uncheck All, then include the Item Text attribute by clicking on the blank checkbox next to it, and click Next.

6) On the Select Destination page, enter the export path plus filename of outline.xml (i.e., c:\HTMLExport\outline.xml), check the Export child items (recursive) and Open Explorer window after export checkboxes, and enter a name (i.e., "HTML Outline") in the Save setting as field.

7) Download and unzip the attached ZIP file (at the bottom of this post) to the folder containing outline.xml (this only needs to be done the first time).

Note: In the future, select these settings in the Use saved settings field on step #4 and just click Next for steps #4 through #6, or automate by exporting from the command-line.


Converting to HTML
==================

Double-click on ConvertToOutline.vbs in the folder containing outline.xml to convert to HTML and view in a browser.

To publish, copy or upload outline.html to a web server.


Advanced Options
================

By default, items are numbered. To remove numbering, change the line

Code:

<xsl:param name="numbering">yes</xsl:param>
in outline.xslt to

Code:

<xsl:param name="numbering">no</xsl:param>
The numbering format can also be changed by modifying the line (see notes in outline.xslt):

Code:

<xsl:number level="multiple" count="outline" format="1"/>
and re-run ConvertToOutline.vbs.

kinook 07-24-2008 03:48 PM

Collapsible outline
 
1 Attachment(s)
The above instructions create a static outline. Alternatively, the following steps can be used to export Ultra Recall content as a collapsible HTML outline.

Follow the Initial Setup steps from above, but use the ZIP file attachment from this post in step #7.

Converting to HTML
==================

Double-click on CreateOutline.vbs in the folder containing outline.xml to convert to HTML and view in a browser.

To publish, copy or upload outlineTree.html to a web server.


The same Advanced Options as above apply for outlineTree.xslt.


All times are GMT -5. The time now is 04:28 PM.


Copyright © 1999-2023 Kinook Software, Inc.