emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: online conversion support from xsd to rng?


From: Drew Adams
Subject: RE: online conversion support from xsd to rng?
Date: Thu, 9 Dec 2010 08:19:09 -0800

> I think there are two areas of primary concern:
> (a) conversion between XML and Lisp trees (nested lists)
> (b) routines for manipulating the tree

Once you've converted XML to Lisp you lose all XML-level access, transformation,
etc.  IOW, once in Lispland, no XPath, XQuery, XSLT,...  If your processing of
XML also involves, well, XML processing (e.g. XQuery transformations) that is
part of the given, then you've lost that.

IOW, conversion to conses and processing using Lisp can be useful, but depending
on your context there can be a cost.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]