Hi all, I'm trying to get the values for a selection-list from an xml - file, but there is not much documentation around and I haven't found a fitting hint yet. That's what I tried rather intuitively: <fd:field id="test" required="false"> <fd:datatype base="string"></fd:datatype> <fd:label>Clause - Test</fd:label> <fd:selection-list src="" value-path="option" list-path="auswahl" dynamic="true"></fd:selection-list> </fd:field> with auswahl.xml: <auswahl> <option>nested clause</option> <option>if-clause</option> <option>adverbial clause</option> </auswahl> How do I have to do that? Or if there is documentation on it, could you provide me with the link, since I couldn't find it. What I need is not in here: since it just says: <fd:datatype base="string"/> <fd:selection-list src="" dynamic="true"/> But how do I specify the path in the xml-file? Regards, Frank |
- selection-list getting items from xml-file Frank MW
- Re: selection-list getting items from xml-file 321los
- Re: selection-list getting items from xml-file Jason Johnston
- Re: selection-list getting items from xml-file Simone Gianni
- Re: selection-list getting items from xml-file Simone Gianni