Hi Hervé,

I've been browsing some E4X documentation, but it seems it is not
enough for getting a good command of this language (mainly if someone
comes from the XPath realm).

Could you please tell me some good E4X manual with code example? 

Regards,

Pedro


--- In [email protected], Hervé Crespel <[EMAIL PROTECTED]>
wrote:
>
> Hi everybody
> I'm studying E4X and I discover how it is powerfull. I agree with Ben: 
> it is really objects.
> 
> just one more detail:
> 
> _/[EMAIL PROTECTED]"toto" means the element "subject" where the attribute 
> "id" equals "toto"
> /<subject id="toto"> ...</subject>
> 
> /while
> 
> subject.(@id=="toto") means the element "subject" whith the included 
> element "id" equals "toto"
> /<subject>... <id>toto</id> ...</subject>
> 
> regards
> Hervé
> _

Reply via email to