Jump to content

Rewriting


Recommended Posts

Hello ,

I got a little problem with spliting this i would like to do it myself but after 2 hrs trying now i really realized i need some help with this :D

So lets say i load an xml file with following format

<Header>

<Value1 = 1>

</Header>

And IF the format <Header> xxxxx </Header> is there it should rewrite it into following ,

<Header>

<Version xxx>

<Running xxx>

$Values

</Header>

So actually what i want to do is to let the programm load the whole file and if there is that format it should get all the values between <Header> </Header> and same them as some variable for further use :huggles:

I know / quess it could be done somehow with StringSplit but i just cant make it work . If anyone has a while please try to look at it and i would be gratefull if s1 could show me the right direction how should be this done :

Thanks in advance

Unreal

Link to comment
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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...