XSP - XML DTD validation

2002-03-17 Thread Sharatkoya

Is it possible for cocoon to test the validity of an XML file that is
generated by a XSP file? 

Thanks
Sharat Koya


-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: XSP - XML DTD validation

2002-03-17 Thread Nicola Ken Barozzi

From: [EMAIL PROTECTED]

 Is it possible for cocoon to test the validity of an XML file that is
 generated by a XSP file?

Yes.
Make the pipeline that checks get as imput the result of another pipeline
that generates using XSP.

--
Nicola Ken Barozzi   [EMAIL PROTECTED]
- verba volant, scripta manent -
   (discussions get forgotten, just code remains)
-


-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: XSP - XML DTD validation

2002-03-17 Thread Sharat Koya

Don't understand exactly what you mean? 

Pipeline:  1. Generate XSP, 2. Inline DTD doctype? 3. Perform rest of
the functions.

Is that correct?


-Original Message-
From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, 17 March 2002 19:15
To: [EMAIL PROTECTED]
Subject: Re: XSP - XML DTD validation

From: [EMAIL PROTECTED]

 Is it possible for cocoon to test the validity of an XML file that is
 generated by a XSP file?

Yes.
Make the pipeline that checks get as imput the result of another
pipeline
that generates using XSP.

--
Nicola Ken Barozzi   [EMAIL PROTECTED]
- verba volant, scripta manent -
   (discussions get forgotten, just code remains)
-


-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: XSP - XML DTD validation

2002-03-17 Thread Nicola Ken Barozzi

From: Sharat Koya [EMAIL PROTECTED]

 Don't understand exactly what you mean?

You define two pipelines.

One generates the XSP and outputs XML.

The other Generates with the FileGenerator taking the output of the pirst
pipeline as input, thus validating.

--
Nicola Ken Barozzi   [EMAIL PROTECTED]
- verba volant, scripta manent -
   (discussions get forgotten, just code remains)
-


-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]