RE: Does ValidatingTransformer support DTD validation

2011-07-01 Thread Robby Pelssers
- Van: David Crossley [mailto:cross...@apache.org] Verzonden: vr 1-7-2011 2:53 Aan: dev@cocoon.apache.org Onderwerp: Re: Does ValidatingTransformer support DTD validation Robby Pelssers wrote: Hi David, One thing I still need to investigate was Jeroen's reply: Hi Robby, have you

Re: Does ValidatingTransformer support DTD validation

2011-06-30 Thread David Crossley
David Crossley wrote: Robby Pelssers wrote: i am trying to use the validating transformer with a DTD but can't get it to work. IIRC when i set this up for Apache Forrest a while back, then i could not get DTD validation working either. So we converted the DTD to RELAX NG using Trang

RE: Does ValidatingTransformer support DTD validation

2011-06-30 Thread Robby Pelssers
that 'active' parameter to true does any good unless you beat me to it ;-) Robby -Oorspronkelijk bericht- Van: David Crossley [mailto:cross...@apache.org] Verzonden: do 30-6-2011 8:46 Aan: dev@cocoon.apache.org Onderwerp: Re: Does ValidatingTransformer support DTD validation David Crossley

RE: Does ValidatingTransformer support DTD validation

2011-06-30 Thread Robby Pelssers
...@ciber.com] Verzonden: do 30-6-2011 11:57 Aan: dev@cocoon.apache.org Onderwerp: RE: Does ValidatingTransformer support DTD validation Hi David, One thing I still need to investigate was Jeroen's reply: Hi Robby, have you checked this page [1]? I'm not sure if this is the same component

Re: Does ValidatingTransformer support DTD validation

2011-06-30 Thread David Crossley
Robby Pelssers wrote: Hi David, One thing I still need to investigate was Jeroen's reply: Hi Robby, have you checked this page [1]? I'm not sure if this is the same component, but is might lead you further. [1] http://wiki.apache.org/cocoon/ValidationTransformer Jeroen I

Re: Does ValidatingTransformer support DTD validation

2011-06-29 Thread David Crossley
Robby Pelssers wrote: i am trying to use the validating transformer with a DTD but can't get it to work. IIRC when i set this up for Apache Forrest a while back, then i could not get DTD validation working either. So we converted the DTD to RELAX NG using Trang. Some of the notes and links

Re: Does ValidatingTransformer support DTD validation

2011-06-26 Thread Jeroen Reijn
;            }        } Is there a way to configure support for DTD validation as well?  XML schema validation seems to work out-of-the-box. Kind regards, Robby -- Amsterdam - Oosteinde 11, 1017 WT Amsterdam Boston - 1 Broadway, Cambridge, MA 02142 US +1 877 414 4776 (toll free) Europe +31(0)20 522

Does ValidatingTransformer support DTD validation

2011-06-20 Thread Robby Pelssers
/REC-xml; } } Is there a way to configure support for DTD validation as well? XML schema validation seems to work out-of-the-box. Kind regards, Robby

Re: DTD validation

2008-09-07 Thread Alfred Nathaniel
On Fri, 2008-09-05 at 17:08 -0500, Lars Huttar wrote: I'm all for supporting XML Schema and Relax NG, but for Cocoon not to support DTD's at all just seems baffling. There is the excellent trang utility to convert between Relax NG / XML Schema / DTD

DTD validation

2008-09-05 Thread Lars Huttar
Resending as text instead of html, per request from David Crossley. Apologies -- I don't remember why I thought the HTML formatting was important. Hello, A couple of years ago I asked for help getting DTD validation to work with Cocoon 2.1.8. I got some information but it didn't solve

DTD validation

2008-09-04 Thread Lars Huttar
Hello, A couple of years ago I asked for help getting DTD validation to work with Cocoon 2.1.8. I got some information but it didn't solve the problem, and I was left with "try looking through the code or running in a debugger". That exchange is included below.[1] The same er

Re: DTD validation

2008-09-04 Thread David Crossley
On Thu, Sep 04, 2008 at 02:07:19PM -0500, Lars Huttar wrote: [But we cannot read it.] Lars, please use plain text, not html. -David

Re: DTD validation: Unsupported grammar language

2007-01-02 Thread Lars Huttar
*without any required programming*, with strong foundations in *XML-based* server-side web application frameworks,[1] that users have to go dig through the framework source code in order to find out whether DTD validation is even possible out of the box. I looked at the javadoc you mentioned. It seems

DTD validation: Unsupported grammar language

2006-12-20 Thread Lars Huttar
there is no support for validating against DTDs? Or am I doing something wrong? Thanks, Lars On 10/20/2006 9:34 AM, José Miguel Vieira wrote: Hello, I'm trying to use the validation report features, using a dtd for the validation. What is the correct grammar value for dtd validation? I'm

Re: DTD validation: Unsupported grammar language

2006-12-20 Thread Joerg Heinicke
Hello Lars, just from having a look at the code: 1. It's http://www.w3.org/TR/REC-xml (see Validator interface and its declared constants). 2. This exception is thrown in AbstractValidator.getValidationHandler() in line 327 in the current code. It is thrown when no SchemaParser can be found.