Expand my Community achievements bar.

Bind XML elements to dropdownlist items don't work

Avatar

Level 1

I tried to bind xml elements to dropdownlist  (to be items for selecting).

This is my xml:

<?xml version="1.0" encoding="UTF-8"?>

<Lesson>

<Code/>

<Name/>

<Description/>

<Require/>

<CertFlag/>

<Contents>

<Content>

<Subject/>

<Body/><Reference1/><Reference2/><Reference3/>

</Content>

</Contents>

<LessonDdl>

<Item>

<Code>0001</Code>

<Name>Test1</Name>

</Item>

<Item>

<Code>0002</Code>

<Name>Test2</Name>

</Item>

</LessonDdl>

</Lesson>

I create drowndownlist then setting like this.

1714385_pastedImage_14.png

after save and preview PDF, the dropdownlist won't display any item. What I wrong?

0 Replies