Keep the replies on the Turbine list please. :-)
-jon
----------
From: John McNally <[EMAIL PROTECTED]>
Reply-To: "Java-Apache Development" <[EMAIL PROTECTED]>
Date: Wed, 31 Jan 2001 19:51:26 -0800
To: Java-Apache Development <[EMAIL PROTECTED]>
Subject: Re: CVS update: turbine/conf/master id-table-schema.xml
Java Apache CVS Development wrote:
>
> User: jonbolt
> Date: 01/01/31 11:58:56
>
> Modified: conf/master id-table-schema.xml
> Log:
> Changes:
> -- id-table-schema.xml: Added xml declaration.
> -- database.dtd: Added autoIncrement attribute to the column element.
Relaxed
> the requirement for the name attribute in the unique element.
> -- oracle-howto.xml: Small update to the instructions for using the
> turbine-security and id-broker scripts in response to a turbine list
question.
>
> Thanks!
> Eric J Altman
> [EMAIL PROTECTED]
>
> Revision Changes Path
> 1.3 +4 -1 turbine/conf/master/id-table-schema.xml
>
> Index: id-table-schema.xml
> ===================================================================
> RCS file: /products/cvs/turbine/turbine/conf/master/id-table-schema.xml,v
> retrieving revision 1.2
> retrieving revision 1.3
> diff -u -r1.2 -r1.3
> --- id-table-schema.xml 2001/01/23 01:30:26 1.2
> +++ id-table-schema.xml 2001/01/31 19:58:55 1.3
> @@ -1,3 +1,6 @@
> +<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
> +<!DOCTYPE database SYSTEM
"http://java.apache.org/turbine/dtd/database.dtd">
I spent some time trying to get Intake (which is very similar as far as
the xml parsing to Torque,) to throw some kind of validation errors. I
added the lines similar to those above, and though they did succeed in
getting the parser to read the DTD, I still could not get the parser to
throw any errors regarding validation.
Are you able to create a non-validating condition in your
project-schema.xml, after the addition above?
It would be good to get this working, if it still isn't. It could help
prevent a lot of questions due to errors in capitalization and other
syntax errors.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]