parsing xml files for variables

2002-06-04 Thread Theuerkorn Johannes
Hi there, i got a bunch of XML files an just want to parse Them for a special trigger to load the Data after that trigger in a variable and later in my MySQL Database. I try like that: snip #looking for Trigger if (/\s/ .. /<\/test

AW: AW: parsing xml files for variables

2002-06-05 Thread Theuerkorn Johannes
Hmm, somehow your script seems not to work,... :-( I just get this Kind of Output after parsing the sample file below,... >First Test System: Test System 1 (MyTest: Main area to get crap >Second Test System: Test System 2 (misc: Other information to confuse code) >Third Test System: Test Syst

AW: AW: parsing xml files for variables

2002-06-06 Thread Theuerkorn Johannes
> so I would be working all of the sneek and peek > that I recommend in > http://www.wetware.com/drieux/pbl/RegEx/paraHablarRegular.txt > all inside of the > while() { > } [Theuerkorn Johannes] Ok, played around w

AW: AW: parsing xml files for variables

2002-06-06 Thread Theuerkorn Johannes
> all inside of the > while() { > } [Theuerkorn Johannes] Ok, played around with the paraHablar. pice and I got it down to the following snipplet:: # Testsystem if ( // .. /<\/testsystem>/){#

AW: AW: parsing xml files for variables

2002-06-06 Thread Theuerkorn Johannes
> Bullshit, mixed the regexes together: OK, complete part looks like this now: > # #testsystem # if ( // .. /<\/testsystem>/){ #lock for tag paragraf testsystem my $line =$_;

AW: param problem

2002-06-25 Thread Theuerkorn Johannes
- > Von: MECKLIN, JOE (ASI) [SMTP:[EMAIL PROTECTED]] > Gesendet am: Dienstag, 25. Juni 2002 15:05 > An: 'Theuerkorn Johannes' > Betreff: RE: param problem > > In place of the plus sign (+), try sending the html encoding + > The html on the receivin

AW: AW: param problem

2002-06-25 Thread Theuerkorn Johannes
_form { > > read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'}); > [Theuerkorn Johannes] so i have to give the length of the variable name and value? And what if i don“t know it before? > if (length($buffer) < 5) { > $head = $ENV{QUERY_STRING}; >

AW: param problem

2002-06-25 Thread Theuerkorn Johannes
; > > > > http://hoohoo.ncsa.uiuc.edu/cgi/env.html > > > > > > > > > > > > > > $value =~ tr/+/ /; > > > > > > > $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C&q