Hello Experts,
Urgent!!! Urgent!!!
I have an requirement for generating multiple html files based on the below inputxml which contains something like...
<topic href="langref/class-summar
y.html" label="All Classes">
<topic label="A" href="langref/All Classes_A.html">
<topic label="AbstractConsumer (mx.messaging.AbstractCons
umer)"
href="langref/mx/messaging
/AbstractC
onsumer.ht
ml">
<topic label="Properties"
href="langref/mx/messaging
/AbstractC
onsumer.ht
ml?propert
ySummary">
<topic label="resubscribeAttempts
"
href="langref/mx/messaging
/AbstractC
onsumer.ht
ml?resubsc
ribeAttemp
ts"/>
<topic label="resubscribeInterval
"
href="langref/mx/messaging
/AbstractC
onsumer.ht
ml?resubsc
ribeInterv
al"/>
<topic label="_shouldBeSubscribed
"
href="langref/mx/messaging
/AbstractC
onsumer.ht
ml?_should
BeSubscrib
ed"/>
<topic label="subscribed" href="langref/mx/messaging
/AbstractC
onsumer.ht
ml?subscri
bed"/>
<topic label="timestamp" href="langref/mx/messaging
/AbstractC
onsumer.ht
ml?timesta
mp"/>
</topic>
</topic>
</topic>
Based on the below elemnts i have to generate html files like All Classes_A.html,All Classes_B.html, All Classes_C.html and so on...
Also it should look for if All Classes present in the label...
The same i have to do it for All Flash Classes and All Mx Classes...
<topic href="langref/class-summar
y.html" label="All Classes">
<topic label="A" href="langref/All Classes_A.html">
The content inside the html file will process it at my end i need a help to generate html files..
Also if you need whole input xml file(tocapi.zip) it is posted at...
http://www.mediafire.com/?eimmzxasvsyThanks,
Shailesh
Start Free Trial