Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

very simple or not possible?

Status
Not open for further replies.

robbie101

Technical User
Aug 5, 2006
1
DE
hello,

i'm a newbie, but have already read a little bit to try to solve the following problem in xml:
I would like to create a schema that produces the following structure:

<actionList>
<action answer="ack">
<name>play</name>
</action>
<action answer="ack">
<name>pause</name>
</action>
<action answer="ack">
<name>variplay</name>
<paramList>
<input>
<paramName>varispeed</paramName>
</input>
</paramList>
</action>
....

the order of the content of the elements (play, pause...) should be fix, so that always play will be the first e.g. similar like a sequence of elements but i don't want to name the elements "play" and "pause"...
after "variplay" with it's fixed paramList schould follow some "action" elements with a list of content of any possible order.

has anybody an idea?
would be great, if someone could help!!

thanks,
robbie101
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top