I'm a new member and totally new to this RML. So, do forgive me for my novice doubts.
Hi nardneran! I've got to run and take the kids swimming, so I'll give the super short answer first. This evening or tomorrow morning I can answer in more detail; especially as D_Order needs this information to continue as well.
First, I was trying to create a small meme in RML.
For that, I read through the RMLIntroduction.pdf and basically I'm a C++ programmer so it took some time for me to get acquainted with XML.
So, now laterally I'm trying to familiarize myself with XML. Then, I just tried to create a meme.
But, I had so many questions.
1) XML requires a stylesheet, so what should we do it in here
Not a stylesheet; but a schema instead. You can find that here:
http://rulesetmodeling.svn.sourceforge.net/viewvc/rulesetmodeling/Schemas/RMLDocument.xsd?view=markup&pathrev=1052) And what is the editor generally used by others so that I can also use the same
For the XML documents, any text editor works. I use a commercial plugin for Eclipse called XML buddy because it has some nice editing features; such as realtime validation against the schema; but any text editor can work.
3) Is there any other specific softwares that I need to install to get it running
That will have to wait a few days. Angela went through a big code change and the current head revision in SVN does not run. Then I can walk you through getting angela up and loading metamemes and memes.
4) And finally, can I have an example program to refer with, if any
I'm working on converting an
obsolete example to use memes. I had promised it to D_Order for Friday, but it is still not done. Tomorrow. I do have a
highly abstract set of examples for the test framework. In addition to the attached diagram in that post, it links to the XML version of the examples in SVN.