Re: [xsl] Data validations on XML elements..

Subject: Re: [xsl] Data validations on XML elements..
From: Mukul Gandhi <gandhi.mukul@xxxxxxxxx>
Date: Thu, 9 Apr 2009 11:55:05 +0530
On Thu, Apr 9, 2009 at 11:03 AM, himanshu padmanabhi
> Here,I want that user should only enter IP's in the text box 'args1' in form of
> "digit.digit.digit.digit". Can I specify these things in XML?I am
> currently not using 'mandatory' and 'Type' fields from XML.
>
> If not,has the XSL,the power to accept only interger values in this
> text box as 'Type' is specified as 'number' in XML File?

After XSLT has transformed the XML to HTML, the user works in the
browser HTML environment. The user's input in the HTML form has to be
validated using techniques like JavaScript.


-- 
Regards,
Mukul Gandhi

Current Thread