| Author |
Message |
Topic: xpath v3 - read and write XML documents with XPath syntax |
Venia Legendi
Replies: 314
Views: 21808
|
Forum: Scripts & Functions Posted: Thu Apr 12, 2007 11:15 pm Subject: Re: help me |
latest := XPath(book, "/tv/programme[@stop>=A_Now]/title[1]/text()")
latest := XPath(book, "/tv/programme[@stop>=" A_ ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
Venia Legendi
Replies: 314
Views: 21808
|
Forum: Scripts & Functions Posted: Tue Apr 10, 2007 7:16 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
| Thank you, perfect. |
Topic: xpath v3 - read and write XML documents with XPath syntax |
Venia Legendi
Replies: 314
Views: 21808
|
Forum: Scripts & Functions Posted: Tue Apr 10, 2007 4:20 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
Hello, thank you for the prompt answer, the XML-file ist generated by the example I posted.
<?xml version="1.0" encoding="iso-8859-1"?>
<bookstore>
<book> ... |
Topic: retrieve the first 5 digit of every name in my list |
Venia Legendi
Replies: 3
Views: 207
|
Forum: Ask for Help Posted: Tue Apr 10, 2007 3:02 pm Subject: Same using regular expressions |
I tend to use regexps for this kind of stuff:
l =
(
E:\MP3\MP6\wettyu\12832-Wamdue Project.King of my castle(extended armin van buuren version).MP3
D:\MP3\MP6\wettyu\12853-W ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
Venia Legendi
Replies: 314
Views: 21808
|
Forum: Scripts & Functions Posted: Tue Apr 10, 2007 1:53 pm Subject: Operators ">" and "=" |
Hallo, 1st of all - THIS IS JUST WHAT I NEEDED, thanks.
Nevertheless I don't understand the follwing: Why ist Book2 with a price of 2.0 found by
#Include XPath.ahk
xPath(t, "/bookstore& ... |
Topic: DllCall and structure with strings |
Venia Legendi
Replies: 5
Views: 656
|
Forum: Ask for Help Posted: Mon Oct 09, 2006 1:48 pm Subject: DllCall and structure with strings |
| Hi Peter, did you get it working? |
Topic: Tag - Id3 Tagger [CMD] |
Venia Legendi
Replies: 21
Views: 3922
|
Forum: Utilities & Resources Posted: Sun Oct 08, 2006 8:44 pm Subject: Re: ID3 renamer |
does it support command line switches? |
Topic: Tag - Id3 Tagger [CMD] |
Venia Legendi
Replies: 21
Views: 3922
|
Forum: Utilities & Resources Posted: Wed Sep 20, 2006 8:30 am Subject: Tag - Id3 Tagger [CMD] |
You might also google (or whatever) for 'id3mtag' which is a similar CLI, but writes ID3v2 if told to do so. It is freeware.
leads to http://home.wanadoo.nl/squell/id3.html looks promising
|
Topic: Tag - Id3 Tagger [CMD] |
Venia Legendi
Replies: 21
Views: 3922
|
Forum: Utilities & Resources Posted: Wed Sep 06, 2006 9:20 am Subject: Re: Tag.exe changes don't take |
The output:
Tags: ID3v1, ID3v2
Tag only reads and does not write ID3v2!
A solution might be: Delete all Tags and then write ID3v1. |
Topic: Tag - Id3 Tagger [CMD] |
Venia Legendi
Replies: 21
Views: 3922
|
Forum: Utilities & Resources Posted: Mon Aug 21, 2006 2:26 am Subject: evillyrics |
Hm, I only sing in the shower and the shower curtain is not TCP/IP aware...
You know this: EvilLyrics - Tool for searching the lyrics to the song played in Winamp, Sonique or Foobar - http ... |
Topic: Tag - Id3 Tagger [CMD] |
Venia Legendi
Replies: 21
Views: 3922
|
Forum: Utilities & Resources Posted: Sat Aug 19, 2006 11:14 pm Subject: Tag.exe Alternative |
The above mentioned can only change/write id3v1, nevertheless it reads id3v2.
If you want to write id3v2 take a look at http://www.foobar2000.org/ it has a rare known command line mode for tagging ... |
Topic: Tag - Id3 Tagger [CMD] |
Venia Legendi
Replies: 21
Views: 3922
|
Forum: Utilities & Resources Posted: Sat Aug 19, 2006 2:51 pm Subject: Tag.exe ID3 Tagger - minor updates |
Case seems not to maintain tag.exe anymore, you can find the current version now here: http://synthetic-soul.co.uk/tag/
Note Moderator: User had changed named from GuidoR13 |
Topic: XML Explorer |
Venia Legendi
Replies: 46
Views: 5327
|
Forum: Scripts & Functions Posted: Thu Aug 03, 2006 1:34 pm Subject: XML Explorer |
file = %1%
If FileExist(file) and 0
Goto, FileSet
Neat solution
But does not work for me:
and 0 ; always false, since 0 is not true
This works:
file = %1%
If FileExist(fi ... |
Topic: XML Explorer |
Venia Legendi
Replies: 46
Views: 5327
|
Forum: Scripts & Functions Posted: Fri Jul 28, 2006 12:04 pm Subject: XML Explorer |
file = %1%
If FileExist(file) and 0
Goto, FileSet
Neat solution  |
Topic: XML Explorer |
Venia Legendi
Replies: 46
Views: 5327
|
Forum: Scripts & Functions Posted: Fri Jul 28, 2006 10:06 am Subject: XML Explorer - File on Command Line |
ThanX, really nice tool. Because I like command lines, what about
GuiControl, Disable, Val
; After GUI Build, check CMD line
If 0 = 1
ifExist, %1%
{
file = %1%
... |
| |