Re: XML::Rules tests [was: Re: XML::LibXML navigation]

2007-01-22 Thread Beginner
On 22 Jan 2007 at 16:42, Igor Sutton wrote: > Hi Jenda, > > I read your message and gave XML::Rules a try, but the tests aren't ok > on Linux. You can change the last line of t/boilerplate.t from > > module_boilerplate_ok(File::Spec->catfile('\lib\XML\Rules.pm'); > > to > > module_boilerplate_

Re: XML::Rules tests [was: Re: XML::LibXML navigation]

2007-01-22 Thread Jenda Krynicky
From: "Igor Sutton" <[EMAIL PROTECTED]> > Hi Jenda, > > I read your message and gave XML::Rules a try, but the tests aren't ok > on Linux. You can change the last line of t/boilerplate.t from > > module_boilerplate_ok(File::Spec->catfile('\lib\XML\Rules.pm'); > > to > > module_boilerplate_ok(Fi

XML::Rules tests [was: Re: XML::LibXML navigation]

2007-01-22 Thread Igor Sutton
Hi Jenda, I read your message and gave XML::Rules a try, but the tests aren't ok on Linux. You can change the last line of t/boilerplate.t from module_boilerplate_ok(File::Spec->catfile('\lib\XML\Rules.pm'); to module_boilerplate_ok(File::Spec->catfile(qw(lib XML Rules.pm))); Keep up the good

Re: XML::LibXML navigation

2007-01-22 Thread Jenda Krynicky
From: "Beginner" <[EMAIL PROTECTED]> > Hi, > > I have to do some sanity checks on a large xml file of addresses (snip > below). I have been using XML::LibXML and seem to have started ok but > I am struggling to navigate around a record. > > In the sample date below your'll see some addresses with

Re: XML::LibXML navigation

2007-01-12 Thread Andreas Puerzer
Mumia W. schrieb: > On 01/12/2007 11:29 AM, Beginner wrote: [snip] >> >> Yes ...and no. I guess I want to print out the 'code' for any address >> so that I can get the data corrected but I guess I would also like to >> remove those records at the /dataroot/address level so they don't >> appear in

Re: XML::LibXML navigation

2007-01-12 Thread Mumia W.
On 01/12/2007 11:29 AM, Beginner wrote: On 12 Jan 2007 at 17:06, Rob Dixon wrote: Hi Rob, In the sample date below your'll see some addresses with "DO NOT..." in. I can locate them easily enough but I am struggling to navigate back up the DOM to access the code so I can record the code with

Re: XML::LibXML navigation

2007-01-12 Thread Rob Dixon
Beginner wrote: > On 12 Jan 2007 at 17:06, Rob Dixon wrote: >> Beginner wrote: >>> >>> In the sample date below your'll see some addresses with "DO NOT..." >>> in. I can locate them easily enough but I am struggling to navigate >>> back up the DOM to access the code so I can record the code with >

Re: XML::LibXML navigation

2007-01-12 Thread Beginner
On 12 Jan 2007 at 17:06, Rob Dixon wrote: Hi Rob, > > > > In the sample date below your'll see some addresses with "DO NOT..." > > in. I can locate them easily enough but I am struggling to navigate > > back up the DOM to access the code so I can record the code with > > faulty addresses. > >

Re: XML::LibXML navigation

2007-01-12 Thread Rob Dixon
Beginner wrote: Hi, I have to do some sanity checks on a large xml file of addresses (snip below). I have been using XML::LibXML and seem to have started ok but I am struggling to navigate around a record. In the sample date below your'll see some addresses with "DO NOT..." in. I can locate

Re: XML::LibXML navigation

2007-01-11 Thread Randal L. Schwartz
> ""Beginner"" == "Beginner" <[EMAIL PROTECTED]> writes: "Beginner"> I have to do some sanity checks on a large xml file of addresses "Beginner"> (snip below). I have been using XML::LibXML and seem to have started "Beginner"> ok but I am struggling to navigate around a record. Take a loo

XML::LibXML navigation

2007-01-11 Thread Beginner
Hi, I have to do some sanity checks on a large xml file of addresses (snip below). I have been using XML::LibXML and seem to have started ok but I am struggling to navigate around a record. In the sample date below your'll see some addresses with "DO NOT..." in. I can locate them easily enough