Re: [Zope] XML Content handling questions.

2005-06-01 Thread Nikko Wolf
2) I also need to serve up web-based forms and allow the user to create XML content based on a user-selected schema. Something like what Chiba (http://chiba.sf.net/) is targeting. Of course, though, that isn't a Python/Zope solution. Has anyone seen anything that works?

Re: [Zope] XML Content handling questions.

2005-05-27 Thread Dennis Allison
While you need to write appropriate External Methods and/or Products to use it, we have found that the ReportLab pyRXP system works well. On Sat, 28 May 2005, Andreas Jung wrote: > Zope itself has no native XML support. However there are some products like > ParsedXML that provide additional fu

Re: [Zope] XML Content handling questions.

2005-05-27 Thread Andreas Jung
Zope itself has no native XML support. However there are some products like ParsedXML that provide additional functionality. You might also look at Silva CMS which is provides native XML support. -aj --On 27. Mai 2005 14:53:40 -0600 Nikko Wolf <[EMAIL PROTECTED]> wrote: Three questions, in

[Zope] XML Content handling questions.

2005-05-27 Thread Nikko Wolf
Three questions, in order of importance (to me): 1) Is it possible to validate an (uploaded) XML file against a schema (currently on the Zope server)? What, if any, extra packages are needed?I want to use this in my upload forms to alert the user if their files are invalid. 2) I also