Hello,

i tried the following:

**************************
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>

<!DOCTYPE validation
[
   <!ENTITY a SYSTEM
"file://C:/Programme/eclipse/workspace/appl/build/webapp/WEB-INF/validation/
validation-a.xml">
   <!ENTITY b SYSTEM
"file://C:/Programme/eclipse/workspace/appl/build/webapp/WEB-INF/validation/
validation-b.xml">
   <!ENTITY c SYSTEM "/WEB-INF/validation/validation-c.xml">
]>

<form-validation>
  <formset>
    &a;

    &b;

    &c;
  </formset>
</form-validation>
*********************

and it works... but how can i use relative url's for the included files?
This example loads validation-a, and validation-b, but not c...

I dont want to use "http://127.0.0.1/...xml"; because i dont want to give the
xml files to public http access....

The same problem in struts-config xml for including form-bean-definitions
was no problem... it works fine, but here i got problems with missing dtd if
i use the header from struts-examples...

tia

Andreas


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

Reply via email to