Changes in MKE v5.1 1. changed program name from KE to MKE 2. added MKR/MKE glossary: http://rhm.cdepot.net/doc/glossary.txt 3. added MKR translations of XML...
I've just started reading "Programming with Unicon" by Jeffery, Mohamed, Pereda & Parlett http://unicon.sourceforge.net/book/ub.pdf I'm amazed at all the new...
All of the MKE environment info. is included in the *.env commands which I have added to KEHOME/bin (see below). These commands are initialized for my Windows...
Assuming that things work out, I plan to make heavy use of your XML parser. I will be using it primarily for translating between my MKR language and RDF, OWL,...
Thanks. Sounds useful. Only read the first page so far. ============ Dick McCullough knowledge := man do identify od existent done; knowledge haspart...
Sorry about the previous email. I didn't notice Outlook Express had changed the font until after I clicked send. This copy should be a better reference. #...
Good news! Your parser is up & running on my Windows XP Pro system. The only thing I had to do was make minor edits in the makefiles to handle the ".exe" and...
So far all I get is this: $ showtree MacPherson.rdf syntax error stack underflow. aborting... couldnt parse $ I haven't looked at your grammar (unigram.y) yet....
I was truly shocked when I looked at the grammar, and discovered that pxp parses Unicon programs. I thought it was supposed to parse the XML language, e.g. RDF...
I'll give you my impressions of Java vs. Perl. Unicon is also a contender. I really never got into its new (compared to Icon) features, but I plan to do so...
... Robert Parlett pointed me to another directory which has the XML parsers. There are six example parsers in his download: testxml.icn testhtml.icn ...
The "Windows .exe problem" is having to use "x.exe" instead of "x" to execute a command. This is a pain when you're developing for both Linux and Windows. The...
# KEHOME/knowledge/tools/pxp/FirstTest.html # Mar/8/2003 from Dick McCullough: I ran the first big test of the Parlett XML parser today, using the complete...
By making a small change in the MKR syntax, I completely avoided line continuation problems, and added a nice uniformity to the language. There are only two...
Another simple MKR/RDF implementation occurred to me. I could use an rdf group, so the syntax (implemented NOW) would be ... begin rdf some id; subject...
I had no problem at all translating MKE (35,000 lines) on Linux. After some quickie tests, the only glitch I see is with my prompt string, which is written to...
The MKE download now includes several shell scripts to execute the other software tools which you may use with MKE. unicon executes Unicon O-O package...
Here's a small sample of MKE/MKR input and output. <HTML> <XMP> # KEHOME/knowledge/tools/jena/tree1.ku.txt # Mar/31/2003 begin ntriple tree1; #####from...
I crashed my OS this month, and needed to recover my email addresses & bookmarks from Netscape 4.79 on my old computer. I decided this was the time to setup ...
re: your rdfs.rdfs file, 27 Mar 2003 Listing of all classes + class hierarchy is attached. rdfs.nt (MKR input) rdfs.save (MKR output) ============ Dick...
Here is the definition of the Outlook Express 6.0 .csv export file http://rhm.cdepot.net/knowledge/applications/SemanticWeb/Microsoft/addressbook.def The MKR...