• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Realmworks Schemae

cyberqat

Active member
or other import data format documentation?

I want to write a bunch of XSLT scripts to convert data from other programs.

This is, after-all, the true purpose of XML-- as a data interchange format.
 
This is very much an undocumented area.

Farling is likely the most experienced within the Community and might be able to help point you in the right direction. He's the author of the mighty CSV Import Tool.
 
I created a realm with lots of different sorts of snippets and settings on various types of topics and then create an export file. It is the best way to see what elements are created and what attributes get set to what values.
 
Yeah thanks I was figuring Id reverse engineer if all else failed, but wanted to avoid duplicating work if possible.
 
Yeah thanks I was figuring Id reverse engineer if all else failed, but wanted to avoid duplicating work if possible.

If you have a look at my github repository, I have an XSLT file somewhere that will convert an Obsidian Portal output into a RealmWorks import file.

It hasn't been worked on for a while, but it might give some pointers.
 
Maybe we should try and create an XSD for the export file. That would let people base future XLST's on that rather than trying to do this over and over again from scratch? Or now that Rob is communicating again see if LWD has one internally they'll share?
 
Maybe we should try and create an XSD for the export file. That would let people base future XLST's on that rather than trying to do this over and over again from scratch? Or now that Rob is communicating again see if LWD has one internally they'll share?

Good Thinking. I'm by far no expert in this, but an XSD seems the way to go for these things. There surely are tools to generate XSD from XML?!
 
Back
Top