Jump to content
Mr. Kim Moo Sung

Reading and Parsing an XML File

Recommended Posts

Hi~

 

I run into a few problems...

 

one thing is importing xml format file.

 

I tried to apply what others had made to solve reading txt file.

 

but i can`t solve

 

 

just I want read one line in X, and next line is Y

 

ex)

xml file is

<Value Type="Vector2" Index="0">
<x Type="Float">0.547408021449596</x>
<y Type="Float">1.77333179937449</y>
</Value>
 
and I want to create Point ( 0.547408021449596, 1.77333179937449, 0)
 
 
other thing is separating line
 
in xml file, 0~200 line is Curve1, and 201~400 line is Curve2...
 
I create Curve1 that 0~400line is 
 
 
Can I get some help with this?
 
 
 
thanks
 
best regards
 
Moo Sung

CFturbo_connect_readxml.zip

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...