| Author |
Message |
Topic: xpath v3 - read and write XML documents with XPath syntax |
BadBoyBill
Replies: 355
Views: 26529
|
Forum: Scripts & Functions Posted: Tue Feb 05, 2008 4:01 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
| Im not sure how much others would need it, but this script combined with TVX could compliment eachother great. Ive read a several threads where people are putting xml into listviews or treeviews lik ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
BadBoyBill
Replies: 355
Views: 26529
|
Forum: Scripts & Functions Posted: Tue Feb 05, 2008 1:59 am Subject: xpath v3 - read and write XML documents with XPath syntax |
Hey this is great Titan,
I was trying to figure this out, could you toss up an example of moving ingredient 3 up to ingredient number 2's spot or vice versa. I've been able to move things to the ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
BadBoyBill
Replies: 355
Views: 26529
|
Forum: Scripts & Functions Posted: Sat Feb 02, 2008 9:45 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
| I was playing with remove() and xpath_save (which is very fast by the way), and I noticed if I remove an attribute it leaves alot of whitespace where that attribute was, both in the Msgbox and in the ... |
Topic: Help with treeview text |
BadBoyBill
Replies: 2
Views: 227
|
Forum: Ask for Help Posted: Fri Feb 01, 2008 10:04 pm Subject: Help with treeview text |
Thanks Titan,
Ya your example works but doesnt in my app,
but after your post I tried this
if (A_GuiEvent == "e")
{
TV_GetText(EditedItem, A_EventInfo)
... |
Topic: Help with treeview text |
BadBoyBill
Replies: 2
Views: 227
|
Forum: Ask for Help Posted: Wed Jan 30, 2008 9:54 pm Subject: Help with treeview text |
Hi,
I tried to search for the answer for this, I need help retrieving the text of an edited treeview item.
EditorTree1:
if (A_GuiEvent == "e")
{
TV_GetText ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
BadBoyBill
Replies: 355
Views: 26529
|
Forum: Scripts & Functions Posted: Wed Jan 30, 2008 8:06 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
| Sorry, was an error on my part, ya I'll just wait for the feature, thanks for your patience. Hope to see it soon. |
Topic: xpath v3 - read and write XML documents with XPath syntax |
BadBoyBill
Replies: 355
Views: 26529
|
Forum: Scripts & Functions Posted: Wed Jan 30, 2008 7:22 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
Positive, maybe if "title" is already existing it does move it or maybe its because im not specifying a name?
I'll try to write a test script. My main script is way to big to post. |
Topic: xpath v3 - read and write XML documents with XPath syntax |
BadBoyBill
Replies: 355
Views: 26529
|
Forum: Scripts & Functions Posted: Wed Jan 30, 2008 6:39 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
Ok now I'm confused,
Shortly after my post I went back through your new examples again, and you were right in understanding what I want, but I got it working.
I used your rss example:
xpath ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
BadBoyBill
Replies: 355
Views: 26529
|
Forum: Scripts & Functions Posted: Wed Jan 30, 2008 3:54 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
Hey Titan,
Just wanna say thanks for adding some more documentation, it helps.
This script is the most invaluable to me and is making my job easier. Wish I could donate to the cause. Didnt see a ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
BadBoyBill
Replies: 355
Views: 26529
|
Forum: Scripts & Functions Posted: Thu Jan 24, 2008 5:42 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
| Thanks Titan for the very quick reply, much appreciated. It works 1000 times faster that way. I owe you a beer, thanks. |
Topic: xpath v3 - read and write XML documents with XPath syntax |
BadBoyBill
Replies: 355
Views: 26529
|
Forum: Scripts & Functions Posted: Thu Jan 24, 2008 2:38 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
Hello,
your XPath is great.
I have a little problem on the reading speed.
I have a small xml file (around 60kb).
With this code:
xpath(databxml, "/Route/RoutePoint/Name/Text& ... |
| |