Re: xml validation

2003-06-09 Thread g4
On Monday, Jun 9, 2003, at 10:56 Europe/London, Stavros Kounis wrote: hi people i want to make same sql queries using cocoon and get the result in XML. is it possible to make e validation of this xml output (using DTD). for example i want my pipeline return a XML stream when this stream is vali

xml validation

2003-06-09 Thread Stavros Kounis
hi people i want to make same sql queries using cocoon and get the result in XML. is it possible to make e validation of this xml output (using DTD). for example i want my pipeline return a XML stream when this stream is valid or another XML stream (just like error message) if the stream was in

RE: Can Cocoon 2 do XML validation?

2002-07-18 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > I'm been looking around on the cocoon site and the mailing list archive but > just can't seem to find out how to make cocoon validate xml against a > schema somewhere on the net. >From cocoon.xconf: --- 8< ---

Can Cocoon 2 do XML validation?

2002-07-17 Thread Gerardo_Flores
I'm been looking around on the cocoon site and the mailing list archive but just can't seem to find out how to make cocoon validate xml against a schema somewhere on the net. Each XML document would have a different schema to validate against as there are 6 categories and the schema is already en

Using Cocoon Validators for Form / XML Validation

2002-04-22 Thread Colm O'Riordan
Hi All, I was hoping to throw some code together to accept the values submitted by a form and check that it is valid XML. Is there a way of accessing the parsers in Cocoon 1.8 from within an XSP file, and get them to return error messages to XSP code ? I want to send the blocks of XML data, once

XML Validation

2001-10-24 Thread Max Larsson
Hi, does someone know how to turn xml validation on/off within Cocoon2 ?? Max - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsub

[C2] XML Validation with XML Schema

2001-05-31 Thread Christian Parpart
Hi all, how do I enable validation in Cocoon2. I know there has been an entry for the C1.8 in the cocoon.properties file. But where do I enable it in Cocoon2? And: How do I use XML Schema with my XML files. I know (hopefully) how to declare it in my [test].xml. But it has been ignored by Co