cancel
Showing results for 
Search instead for 
Did you mean: 

Parsing XML

Not applicable

I want to confirm what is available in the Unity API. In another thread "Parsing XML String when two values exist for one tag" the response was "The API does not contain any methods for extracting XML data". So if I have an xml document with multiple nodes the api does not provide any method to parse the different nodes in the xml document.

1 ACCEPTED ANSWER

Adam_Kuhn
Star Collaborator
Star Collaborator

That's correct -- all methods for parsing XML would belong to  .NET classes and namespaces and/or whichever third party assemblies you'd prefer to use. There are no methods specific to the API.

View answer in original post

1 REPLY 1

Adam_Kuhn
Star Collaborator
Star Collaborator

That's correct -- all methods for parsing XML would belong to  .NET classes and namespaces and/or whichever third party assemblies you'd prefer to use. There are no methods specific to the API.