[
Lists Home |
Date Index |
Thread Index
]
well I suppose I shouldn't have used the word 'processor', it should probably
have been API as in matching the JOM for RDDL http://www.rddl.org/RDDL-JOM.html
(non-normative of course).
Off-hand what I want is something that would allow me to pass a namespace to a
function and a 'rddl nature', it would return a list of resources matching that
nature, in the demo i want to do the nature i would be passing would be a
transform so of course I then get the transform and run it (I figured for
another section of the demo, the schema validation part i'd use XSV since it
will check for a rddl document at a namespace uri). It isn't particularly
interesting but I figured someone might already have done an implementation in
python so why replicate the effort, especially as what I should be doing is
preparing the demo/presentation.
Quoting Uche Ogbuji <uche.ogbuji@fourthought.com>:
> On Tue, 2004-07-27 at 04:01, bry@itnisk.com wrote:
> > I'll ask these here as there doesn't seem to be a rddl list:
> >
> > 1. Anyone know of a rddl processor in python?
>
> </lurk>
> I'm curious. Just what should a RDDL processor in Python do? If the
> ideas are interesting enough, you might just find them implemented.
> <lurk>
>
> --
> Uche Ogbuji Fourthought, Inc.
> http://uche.ogbuji.net http://4Suite.org http://fourthought.com
> Perspective on XML: Steady steps spell success with Google -
> http://www.adtmag.com/article.asp?id=9663
> Use XML namespaces with care -
> http://www-106.ibm.com/developerworks/xml/library/x-namcar.html
> Managing XML libraries - http://www.adtmag.com/article.asp?id=9160
> Commentary on "Objects. Encapsulation. XML?" -
> http://www.adtmag.com/article.asp?id=9090
> Harold's Effective XML -
> http://www.ibm.com/developerworks/xml/library/x-think25.html
> A survey of XML standards -
> http://www-106.ibm.com/developerworks/xml/library/x-stand4/
>
>
|