d~l, I've created an OpenLaszlo XML Catalog for ActiveState's Komodo 4.0 IDE - not sure if it adheres to the official Oasis spec (yet to actually look at the spec), but it works in Komodo 4 (Mozilla based). You can download it from the following url: http://bryanrieger.com/resources/downloads/openlaszlo/komodo-catalog.zip <blocked::http://bryanrieger.com/resources/downloads/openlaszlo/komodo-catal og.zip> The one thing I'm a bit unclear of is what exactly should we be using for LZX doctypes? For my purposes in Komodo I've used the following - which no doubt has some issues, and only specifies the dtd: <?xml version='1.0'?> <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="public"> <public publicId="-//OPENLASZLO//DTD LZX V1.0//EN" uri="lzx.dtd"/> <system systemId=" <blocked::http://www.openlaszlo.org/lps/tools/lzx.dtd> http://www.openlaszlo.org/lps/tools/lzx.dtd" uri="lzx.dtd"/> <uri name=" <blocked::http://www.openlaszlo.org/lps/tools/lzx.dtd> http://www.openlaszlo.org/lps/tools/lzx.dtd" uri="lzx.dtd"/> </catalog> If anybody can shed some more light on xml catalogs/lzx namespace I'd gladly fix the above and post the details to the web/wiki for future reference. Cheers, Bryan
_____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of DL Sent: 10 February 2007 22:48 To: [email protected] Subject: [Laszlo-user] XML Catalog .. for lzx editor Some XML Editors I'm testing (as a possible basis for an IDE platform) require an "XML Catalog" file to be created. ??? New to me .. but I found this reference .. <http://www.oasis-open.org/committees/entity/spec.html> http://www.oasis-open.org/committees/entity/spec.html and here are the various OpenLaszlo reference files .. <http://www.openlaszlo.org/lps-latest/tools/index.html> http://www.openlaszlo.org/lps-latest/tools/index.html DTD, RELAX NG schema, XML Schema ... So how is an XML Catalog created (from above files) for *.lzx code editing? What does it look like? d~l
