alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Struts example source code file (xwork-validator-config-1.0.dtd)

This example Struts source code file (xwork-validator-config-1.0.dtd) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Struts tags/keywords

attlist, cdata, cdata, config, doctype, doctype, dtd, element, element, pcdata, required, used, validator, validator

The Struts xwork-validator-config-1.0.dtd source code

<?xml version="1.0" encoding="UTF-8"?>

<!--
  XWork Validator Config DTD.
  Used the following DOCTYPE.

  <!DOCTYPE validators PUBLIC
  		"-//OpenSymphony Group//XWork Validator Config 1.0//EN"
  		"http://www.opensymphony.com/xwork/xwork-validator-config-1.0.dtd">
-->
<!ELEMENT validators (validator)+>

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

Other Struts examples (source code examples)

Here is a short list of links related to this Struts xwork-validator-config-1.0.dtd source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.