Forum Discussion

David91's avatar
David91
Frequent Contributor
6 years ago

XML Parse - document load and parse from local disk

Hi, i need parse easy xml doc. if I upload a file as a string it's all right. But how do I load a file? <root> <name> Giada De Laurentiis </name> <price> 30.00 </price> </root> My parse code: ...