Dean:

If you use ant, you could also use <xmlvalidate; one less vendor to manage and one 
less thing to do in the line of build.

http://ant.apache.org/manual/OptionalTasks/xmlvalidate.html

eg:
  <target name="validate">
    <xmlvalidate file="${file-to-validate}" />
  </target>

Cheers,
Steve


>>> [EMAIL PROTECTED] 03/31/04 11:12PM >>>
Found one: http://www.stg.brown.edu/service/xmlvalid/ 

Dean A. Hoover wrote:

> As my application grows, so does my
> tiles-defs.xml file. Well, I must have mistyped
> something because now when I go to run
> an exception is thrown telling me there's
> a syntax error in there somewhere. (Actually,
> it says there is a missing "</tiles-definitions>".)
> Reminds me of the old days when I was hacking
> lex files that were several pages long and lex
> would barf and output "syntax error".
> Anyway the file is 547 lines long and it would
> be nice if I could just run it through some
> well-formedness checker or validator. I checked
> in google but didn't hook up with anything useful.
> Any suggestions?
>
> Dean Hoover
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED] 
> For additional commands, e-mail: [EMAIL PROTECTED] 
>
>



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



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

Reply via email to