> I have an existing XML file.  It's fairly complex with nested layers, but
> it essentially represents a text document.  I'm planning on using python to
> convert it into a pure store format TW.  Does anyone have any tips, ideas
> or warnings?

here's one tip:  Tiddler content in the storeArea is HTML-encoded.
Thus:

< is &lt;
> is &gt;
" is &quot;
& is &amp;

-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to