[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Capturing Value from XML Schema
- From: "Saxena, Saurabh" <saurabh.saxena@intel.com>
- To: 'XML' <xml-dev@lists.xml.org>
- Date: Thu, 19 Apr 2001 00:03:24 -0700
Hi
I am validating my XML file using the XML schema.I am using a java code
which takes the XML file name and XML schema name as the input and then
validate the XMl file.I want to get in my java code ,the value of the
maxlength defined for a particular tag in the XML schema file. Is there any
way to capture few variables(as maxlength for a particular tag) defined in
the XML schema in the Java code.
regards
Saurabh