Met @ Uber wrote:

Does anyone see whats wrong with the following XML file? Also, what
tool on a Linux machine might I use to compare XML files to a DTD?


You seem to be missing a closing quote with the driver attribute:

<jdbc-connection-descriptor
   jcd-alias="default"
   default-connection="true"
   platform="PostgreSQL"
   jdbc-level="2.0
   driver="org.postgresql.Driver
   protocol="jdbc"
   subprotocol="postgresql"
   dbalias="ccw_java"
   username="mimetnet"
   password="patribus"
   eager-release="false"
   batch-mode="false"
   useAutoCommit="1"
   ignoreAutoCommitExceptions="false" >


If that is the problem, then you really should be using an editor that supports syntax highlighting (vim, etc) - an issue like this shouldn't be something that you need to contact a mailing list about.


Cheers,

Michael


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



Reply via email to