| Author |
Message |
Topic: how to use Titan's xpath.ahk to replace a data in xml |
eulancer
Replies: 2
Views: 521
|
Forum: Ask for Help Posted: Wed Apr 01, 2009 1:00 am Subject: how to use Titan's xpath.ahk to replace a data in xml |
When I use the codeabove to edit the data in XMl file, XMl file's Structure was destroyed. I am a tyro in Ahk.Please help me solve this problem.Thanks
StringSplit, ETemArray, EditArrayInfo,`n, `r
... |
Topic: how to use Titan's xpath.ahk to replace a data in xml |
eulancer
Replies: 2
Views: 521
|
Forum: Ask for Help Posted: Mon Mar 30, 2009 1:31 pm Subject: how to use Titan's xpath.ahk to replace a data in xml |
I have a problem to change a note in xml, but does not change others.
please show me how solve this problem |
Topic: xpath v3 - read and write XML documents with XPath syntax |
eulancer
Replies: 416
Views: 78434
|
Forum: Scripts & Functions Posted: Mon Mar 30, 2009 12:19 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
thank you.my problem has been solved
StringSplit, TemArray, AddArrayInfo,`n, `r
xpath_load(pb, "inforamation.xml")
xpath(pb, "/inforamation/person[+1] ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
eulancer
Replies: 416
Views: 78434
|
Forum: Scripts & Functions Posted: Sun Mar 29, 2009 10:15 am Subject: xpath v3 - read and write XML documents with XPath syntax |
| DHMH,thank you for pointing out my mistake. However, after correctting the code as you said,it still show the the same mistake that I have post before |
Topic: xpath v3 - read and write XML documents with XPath syntax |
eulancer
Replies: 416
Views: 78434
|
Forum: Scripts & Functions Posted: Sun Mar 29, 2009 6:28 am Subject: a problem about how to add new node into xml |
Firstly,I am not a native English speaker,so there may be some ambiguous expresions.I plan to use xpath.ahk to add new information in to a xml document.
my code is below
username=marry
user ... |
| |