al_paso
August 14th, 2000, 12:04 PM
Is there anything similar to setAttribute/getAttribute in Netscape?
I am building up HTML from an XML doc applying to it XSL. Based on certian data in the XML doc I need to define custom attributes to various controls defined in the XSl stylesheet.The purpose is to identify the controls for validation later.
For eg.:
input type=text value=xyz MAXVAlUE=4
These controls are built dynamically upen XSL transformation based on the XML data. I need to know at the time of validation what controls do we need to validate and for what criteria?
Thanks
Any help will be appreciated
I am building up HTML from an XML doc applying to it XSL. Based on certian data in the XML doc I need to define custom attributes to various controls defined in the XSl stylesheet.The purpose is to identify the controls for validation later.
For eg.:
input type=text value=xyz MAXVAlUE=4
These controls are built dynamically upen XSL transformation based on the XML data. I need to know at the time of validation what controls do we need to validate and for what criteria?
Thanks
Any help will be appreciated