|
Subject: Re: Help with select-elements function From: Tony Graham <tgraham@xxxxxxxxxxxxxxxx> Date: Thu, 2 Apr 1998 13:35:51 -0500 (EST) |
At 2 Apr 1998 12:07 -0600, W. Eliot Kimber wrote:
> I'm trying to use select-elements to implement the html() location term.
> However, my selection pattern doesn't match any elements when I include an
> attribute spec.
>
> If I use:
>
> (select-elements
> (descendants locsrc)
> '( "a" ))
>
> I get a node list of A elements, as I'd expect. However, if I use:
>
> (select-elements
> (descendants locsrc)
> '( "a" ("NAME" namevalue)))
I had a similar problem, which I got around by explicitly using
"list":
(select-elements
(children
(ancestor "TGROUP" (current-node)))
(list "COLSPEC"
(list "COLNAME" nameend)))
Regards,
Tony Graham
=======================================================================
Tony Graham
Mulberry Technologies, Inc. Phone: 301-315-9632
17 West Jefferson Street, Suite 207 Fax: 301-315-8285
Rockville, MD USA 20850 email: tgraham@xxxxxxxxxxxxxxxx
=======================================================================
DSSSList info and archive: http://www.mulberrytech.com/dsssl/dssslist
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Help with select-elements function, W. Eliot Kimber | Thread | Re: Help with select-elements funct, Norman Walsh |
| Help with select-elements function, W. Eliot Kimber | Date | Re: Help with select-elements funct, Norman Walsh |
| Month |