Re: checking tiles-defs.xml

2004-04-01 Thread Larry Meadors
It has a DTD. Any validating xml editor (like netbeans or jedit) will detect issues when you try to save it. Larry >>> [EMAIL PROTECTED] 03/31/04 11:59 PM >>> 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

Re: checking tiles-defs.xml

2004-03-31 Thread Mark Lowe
struts console validates and IMO is a tidy way to get around tiles-defs and other struts xml files. On 1 Apr 2004, at 09:12, Dean A. Hoover wrote: 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 h

Re: checking tiles-defs.xml

2004-03-31 Thread Steve Widmar
Dean: If you use ant, you could also use http://ant.apache.org/manual/OptionalTasks/xmlvalidate.html eg: 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 > ti

Re: checking tiles-defs.xml

2004-03-31 Thread Dean A. Hoover
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 th

checking tiles-defs.xml

2004-03-31 Thread Dean A. Hoover
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 "".) Reminds me of the old days when I was hacking lex files