Feature Requests item #607761, was opened at 2002-09-11 13:15
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376688&aid=607761&group_id=22866

Category: JBossCMP
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Randahl Fink Isaksen (randahl)
Assigned to: Nobody/Anonymous (nobody)
Summary: On-line availability of DTDs

Initial Comment:
I would like the HTTP address in the following doctype 
to be the actual on-line address of the downloadable 
DTD:

<!DOCTYPE jbosscmp-jdbc PUBLIC "-//JBoss//DTD 
JBOSSCMP-JDBC 
3.0//EN" "http://www.jboss.org/j2ee/dtd/jbosscmp-
jdbc_3_0.dtd">

At the time of this writing the address did not work, and 
because of this XML validation using the HTTP address 
of the DOCTYPE was not possible.

I recommend you make the DTD available at the 
mentioned HTTP address so developers wont have to 
change the doctype to something like the following in 
order to make validation possible:

<!DOCTYPE jbosscmp-jdbc PUBLIC '-//JBoss//DTD 
JBOSSCMP-JDBC 3.0//EN' 'file://C:/jboss-
3.0.2/docs/dtd/jbosscmp-jdbc_3_0.dtd'>

IDEs like NetBeans are capable of using the HTTP 
address for validation.

Randahl

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376688&aid=607761&group_id=22866


-------------------------------------------------------
In remembrance
www.osdn.com/911/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to