I'm using an XML Schema that defines data type properties that are used in adobe acrobat forms.
The forms are automatically generated from the XML Schema.
Some of the properties that I can define are length, type, min/max character restrictions etc, but I need an input mask as well so that when forms are generated the password fields generated from XML Schema are not plaintext, but look like ********.
I'm guessing from your answer that XML does not support this and I will have to write another javascript to work in conjunction with the XML Schema that generated these PDF docs on the fly.