Apparently there is an error in xwork that prevents the dtd from being found 
inside the jar. Here is the corresponding thread at java ranch: 

http://www.coderanch.com/t/540261/Struts/validation-dtd#2451689

Putting the dtd inside the DOCTYPE works for now. 

<!DOCTYPE validators [ 
<!ELEMENT validators (validator)+> 

<!ELEMENT validator (#PCDATA)> 
<!ATTLIST validator 
name CDATA #REQUIRED 
class CDATA #REQUIRED 
> 
]>

I will use the public DTD when posted.

Regards,
 
Jonathan Lewis 
HHSC Enterprise Architecture
Enterprise Identity Management
(512) 438-2009
-----Original Message-----
From: Lukasz Lenart [mailto:lukasz.len...@googlemail.com] 
Sent: Thursday, June 02, 2011 1:03 PM
To: Struts Users Mailing List
Subject: Re: xwork validation dtd no longer on web (opensymphony.com is down)

2011/6/2 clancien <cclanc...@gmail.com>:
> http://svn.opensymphony.com/svn/xwork/tags/xwork-2_1_4/core/src/main/resources/xwork-validator-1.0.2.dtd
> http://svn.opensymphony.com/svn/xwork/tags/xwork-2_1_4/core/src/main/resources/xwork-validator-1.0.2.dtd

They should available here [1] soon

[1] http://struts.apache.org/dtds/


Kind regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to