[
Lists Home |
Date Index |
Thread Index
]
- To: xml-dev@lists.xml.org
- Subject: xml schema - validation of ip address against netmask
- From: Saurabh Arora <tanish2k@gmail.com>
- Date: Tue, 24 Jan 2006 19:29:08 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type; b=WH9vt/wdScjgNUuytSYgFmVyfQxWau5FP3BvIgddp9cEt7T1kC7FYVZhhKEADpPJRCPPov+I11yQWMmd210sCfv3R17sr9CkIJMjFkgdtQ4C5zjGKSVEocmMzKcsfzSKu7Ft8iduAua5N4dLD/E5c2QWB6hK232oGGnc5cBJvnc=
- User-agent: Thunderbird 1.5 (Windows/20051201)
I am trying to validate the ip address of an interface (as an element
under the Schema definition) against the netmask value(as an attribute) :
like here:
<addr type="īpv4" netmask="255.255.255.0">192.168.1.1</addr>
now this is a line in the xml file and i need to validate the ip address
against the subnet mask.
like ip: 192.168.1.1 - class C
netmask: 255.255.255.0 - valid for class C
netmask: 255.255.255.255 -not valid for class C
how should i achieve it ?? i want to validate this process in my xml
schema document itself.
Tanish
S/MIME Cryptographic Signature
|