Re: unwanted escaping of & with XML::DOM

2008-02-09 Thread Alois Heuboeck
Gunnar Hjalmarsson wrote: Alois Heuboeck wrote: I'm trying to feed text into an existing XML tree - the problem I'm encountering is that the text may contain entity references (including the 'forbidden' '&'), in which case the & is escaped by '&'. I'm using the module XML::DOM for this.

Re: opendir

2008-02-09 Thread MK
On 02/09/2008 12:31:33 PM, David Moreno wrote: -> Heh, why? shucks i figured it out. y'all are kooks and i'll let you know when i have a REAL question. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: opendir

2008-02-09 Thread Jerald Sheets
SOMEbody's using Windows. :) --jms On Feb 9, 2008, at 7:50 AM, Telemachus wrote: In perl.beginners, [EMAIL PROTECTED] wrote: see attached Please include the code in your post. We don't want to open your attachments. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: opendir

2008-02-09 Thread David Moreno
Heh, why? On Feb 9, 2008 10:21 AM, MK <[EMAIL PROTECTED]> wrote: > hey sorry, cancel that > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > http://learn.perl.org/ > > >

Re: opendir

2008-02-09 Thread Telemachus
In perl.beginners, [EMAIL PROTECTED] wrote: > see attached Please include the code in your post. We don't want to open your attachments. Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: opendir

2008-02-09 Thread MK
hey sorry, cancel that -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: system ("find...") - escape character help

2008-02-09 Thread Randal L. Schwartz
> ""John" == "John W Krahn" <[EMAIL PROTECTED]> writes: >>> # If 29334 is the user *name* and not the UID >>> # then do this instead: >>> #return if getpwuid( $uid ) ne '29334'; If you have a strictly numeric username, life will be a real pain. I'm pretty sure all sane user and admin tools f

Re: unwanted escaping of & with XML::DOM

2008-02-09 Thread Gunnar Hjalmarsson
Alois Heuboeck wrote: I'm trying to feed text into an existing XML tree - the problem I'm encountering is that the text may contain entity references (including the 'forbidden' '&'), in which case the & is escaped by '&'. I'm using the module XML::DOM for this. my $titleText = "Die Brücke."

opendir

2008-02-09 Thread MK
i am trying to create a perl routine to traverse directories (like a file browser) that will be incorporated into a more specific framework, but for some incomprehensible (to me) reason, opendir will not produce correct information when called in a sub!!! Why (the exact same script works fi

unwanted escaping of & with XML::DOM

2008-02-09 Thread Alois Heuboeck
Hi I'm trying to feed text into an existing XML tree - the problem I'm encountering is that the text may contain entity references (including the 'forbidden' '&'), in which case the & is escaped by '&'. I'm using the module XML::DOM for this. Here's an example of an empty tree (the file 0061a