- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Here is my situation more detailed:
I have a form with a schema binded to it's fields.
I have 4 dropdowns and a text field. (the text field is the last one)
I have a global variable which contains an XML.
I have some JavaScript functions which parse the XML and extract data (with XPATH) to populate the first drop down.
When the user selects a value from the dropdown, I extract again data from the XML stored in the global variable to populate the 2nd drop down and so on until the last field.
Everything is at the client side, no servers involved yet.
What I need is a place to store my XML from which I query data to populate my dropdowns. The Global Variable has a limit of ~32.000 chars and a text field has a limit of ~30.000 chars.
My production XML has > 100.000 chars.
Unfortunately I cannot give the XML, because it contains personal data.
Views
Replies
Total Likes