Re: Accessing declared value of attribute in Jade

Subject: Re: Accessing declared value of attribute in Jade
From: James Clark <jjc@xxxxxxxxxx>
Date: Sun, 05 Oct 1997 10:26:12 +0700
Daniel Speck wrote:
 
> I have run into a problem that I can't seem to solve. For each element
> in the instance I need to find the declared value of each non-implied
> attribute and if it is ENTITY or ENTITIES, I need to do further
> processing to obtain the external identifier(s) and notation(s). The
> problem I am having is that I can find no way to obtain information
> about the declared value of an attribute. Can anyone tell me how?

You can't find get the declared value of an attribute, but your problem
is just to find whether an attribute is an ENTITY or ENTITIES attribute,
right? You can do this by looking at the entity property on the
attribute value token node in the value of the attribute.

James



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


Current Thread