XML-RPC resource page from our friends at Userland. Apache XML-RPC page.
Category: XML
The lingua franca of the Internet.
XForms and Cocoon
JXForms is an implementation of a subset of the XForms standard embedded within Cocoon.
Cocoon book didn’t cut it
I saw a Cocoon book at Borders this weekend but I decided not to get it. It didn’t cover 2.1. I did work through the doc and a couple of the how-to’s. They didn’t go as deep as I wanted. Of course, if you just want to transform XML into HTML and PDF, there’s not much to it. The continuations stuff looks more meaty.
Xindice XML database
Installed Xindice as a standalone program so I could use it for other stuff rather than using the version built-in to Cocoon. I moved all of my apache stuff so that there weren’t any spaces in the directory names, but my Documentum stuff still left spaces in my classpath. Rather than update my classpath to use the no-space version of the directory names, I updated the Xindice bat files to put the classpath variable in qutoes. That worked.
Lenya WCM
Tried getting Lenya going tonight. I didn’t have any luck with the binary build so I went with the source build. That helped. Word to the wise, though. The Lenya site says it requires Cocoon 2.1.2. It looks like it has to be exactly 2.1.2 not 2.1.2 or higher.
I tried Lenya 1.2rc2 with Cocoon 2.1.4 and it didn’t work. It looks like that version of Lenya is expecting xercesImpl-2.5.0 rather than 2.6.1 which is what Cocoon 2.1.4 comes with. I updated the Lenya Ant build XML file to use the newer version of Xerces but Lenya choked on it when it tried to come up
Cocoon 2.1.4
XML search servers
Lightweight XML search servers, part 2. After looking at my implementation, John Merrells, the creator of DB XML, wrote to ask why I was using the libxml2 XPath feature to search within documents returned by DB XML XPath queries. Didn’t I know that DB XML offered a document-level XPath query function, as well as a database-level one? Heh. Actually, I hadn’t known. … [Jon’s Radio]
XML Standards
A survey of XML standards, Part 3 [IBM DeveloperWorks: XML]
Good stuff. A handy list of resources and brief, high-level descriptions of various XML standards. Looking forward to part 4!
Cocoon XML app server
Download the Cocoon XML web development framework at The Apache Cocoon Project.
Here is the Cocoon Documentation Wiki