I'm writing a tempate for myself to output an applicationcontext.xml file
for spring.
within the template:
<!DOCTYPE beans
    PUBLIC "-//SPRING//DTD BEAN//EN"
   "http://www.springframework.org/dtd/spring-beans.dtd";>
....some stuff....
<XDtClass:ifHasClassTag tagName="spring.session-factory"
paramName="lazy-init">
lazy-init="<XDtClass:classTagValue tagName="spring.session-factory"
paramName="lazy-init"/>"
</XDtClass:ifHasClassTag>
.....

Is there a way I can access the default values (if any) specified in the
DTD?

------------------------
Kevin



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to