Re: [Zopexmlmethods-devel] Re: Zope3 XML sprint
Brought to you by:
arielpartners,
philikon
From: Brent H. <br...@ec...> - 2003-04-15 23:46:01
|
Philipp von Weitershausen wrote: > We also implemented very simple XSLT support (in a separate product, however). > XSLT sheets in the Zope3 sense are adapters that adapt from one schema to > another. We first implemented a XSLT processor utility based on the 4Suite > library (can be replaced by a different utility implementing the same interface). > > The unit test actually declares an adapter from one XML schema to another and > uses an XSLT sheet for it and it works. We just didn't get it to work in reality I'm thrilled to hear that Zope 3 is including XML support. I am a little concerned by the references to XML Schema, though. Is there support for other schema languages, like DTDs, RelaxNG, etc? Or just the W3C XML Schema? Many in the document markup world (as opposed to data markup) have objections to XML Schemas. I would hate to see Z3 tied solely to that technology for its XML support. Also, part of the beauty of XML is that in many instances you don't *need* a schema. Well-formedness is enough. Z3 should be able to accomodate those use-cases as well. --Brent |