Dmitry Beransky wrote:
> 
> Hi,
> 
> Well, it's not that it doesn't work, rather I can't get it work and this
> has been driving me nuts for two weeks (on and off).  I must be missing
> something obvious, but I can't figure out what it is.  Anyway, here's the
> problem:
> 
> When the following asp is executed, it reports the size of the nodeset as
> zero, but if I strip out all html and simply run this as a perl script
> (also included below) off
> a command line, I get 1, just as I would expect.  I'm using ASP v.2.03 and
> Xpath v.098.  Any ideas what's going on?  Matt, Joshua...?
> 

Why don't you use XMLSubs to catch the data with a custom
tag, and then process the data with XPath... you could register
the data in a global, and then process it later in your script
if you like?  It just killed me to see this kind of construct
in an ASP script:

> my $data = <<"END_XML";
> <!DOCTYPE xxform [

I don't know why this doesn't work for you, but I can check
it out later if it still isn't working and no one else posts
an answer.

--Joshua
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to