Forum Discussion
RokuKevin
14 years agoVisitor
No. In fact the roXMLElement.Parse() only takes a string that is the contents of the XML.
You could of course break your XML down into self-contained XML strings that you manage and parse separately.
The videoplayer sample app breaks the XML up into different files. Which would be a good practice when creating a scalable channel.
--Kevin
You could of course break your XML down into self-contained XML strings that you manage and parse separately.
The videoplayer sample app breaks the XML up into different files. Which would be a good practice when creating a scalable channel.
--Kevin