selecting PCDATA elements

Subject: selecting PCDATA elements
From: "Weininger, Nicholas (MN65)" <weininger_nicholas@xxxxxxxxxxxxxxxxx>
Date: Fri, 16 Jul 1999 16:54:07 -0500
I've got a (probably simple) DSSSL question. I'm trying to process a certain
element (defined in our custom DTD) which has a content model like:

<!ELEMENT element_foo - - (foo1, #PCDATA, foo2)>

and I want to select out just the #PCDATA for processing. So I want to do
something like
(process-node-list (select-elements (children (current-node)) "PCDATA"))

except that that doesn't work. (Nor does making it #PCDATA, removing the
quotation marks, etc.)

How do I do this? *Can* I do this?

Thanks,
Nick Weininger
weininger_nicholas@xxxxxxxxxxxxxxxxx


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread