Jump to content

how to read a line from a value of xml


leevy
 Share

Recommended Posts

I have a xml file.

I can get the value-array by _XMLGetValue('//*'). now, here is a question, it is one element in the array is a passage, it has 4 line. it likes the following:

aaaaaaaaa

bbbbbbbbbb

ccccccc

dddddddddd

I want to get ccccccc, I don't know how to do it.

In addition, if I save the element as a file, then use FileReadLine(), can implement it. but I think the way is stupid, Have the directest way?

Link to comment
Share on other sites

I have a xml file.

I can get the value-array by _XMLGetValue('//*'). now, here is a question, it is one element in the array is a passage, it has 4 line. it likes the following:

aaaaaaaaa

bbbbbbbbbb

ccccccc

dddddddddd

I want to get ccccccc, I don't know how to do it.

In addition, if I save the element as a file, then use FileReadLine(), can implement it. but I think the way is stupid, Have the directest way?

Just StringSplit() that value on newline (@LF or @CRLF as appropriate) and address the element you want in the resulting array.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...