Kinook Software Forum

Go Back   Kinook Software Forum > Ultra Recall > [UR] Frequently Asked Questions > Exporting

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 10-17-2006, 04:30 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
Exporting UR data to an HTML outline

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.
Attached Files
File Type: zip htmloutline.zip (1.9 KB, 3023 views)
Reply With Quote
  #2  
Old 07-24-2008, 03:48 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
Collapsible outline

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.
Attached Files
File Type: zip dynamicoutline.zip (5.1 KB, 2974 views)
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On



All times are GMT -5. The time now is 12:22 PM.


Copyright © 1999-2023 Kinook Software, Inc.