juworld
06-21-2005, 02:00 AM
I created an extended class for xmlconnector. It will take in and URL and gets triggered without any problem.
Sample XML:
<data>
<unit swf="abc.swf" />
</data>
However, when I used Binding class to bind my components, it can't locate "data", "unit", "swf". I am pretty sure that it is because it doesn't have a schema associated with the loaded xml.
How do you generate a schema after loading the xml?
Please advice, thanks in advance,
Justin
Sample XML:
<data>
<unit swf="abc.swf" />
</data>
However, when I used Binding class to bind my components, it can't locate "data", "unit", "swf". I am pretty sure that it is because it doesn't have a schema associated with the loaded xml.
How do you generate a schema after loading the xml?
Please advice, thanks in advance,
Justin