-
Unanswered: Dynamic fetching of data from xml based on some parameter
Unanswered: Dynamic fetching of data from xml based on some parameter
Hi frnz,
I'm having an xml of the form
<root>
<emp>
<id>1</id>
<name>abc</name>
</emp>
<emp>
<id>2</id>
<name>pqr</name>
</emp>
<product>
<pid>1</pid>
<pname>ww</pname>
<pcost>10</pcost>
</product>
<product>
<pid>1</pid>
<pname>ww</pname>
<pcost>10</pcost>
</product>
<product>
<pid>1</pid>
<pname>ww</pname>
<pcost>10</pcost>
</product>
</root>
Its structure can be anything like this, i don't know in advance.
Is it possible to create a datastore at runtime based on a value in a function:
Eg: if i call loadMyStore: function('emp')
All emp data gets loaded in the store.
Please suggest what to do?
-
Sencha - Senior Forum Manager
So you want to create a form to be created based on a dynamic list of fields based on XML?
-
no, i want a datastore to be created and populated and i'l use it load data to a list.
Is it possible?
Thanks.
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us