Question
E4X question
Is there a document around that specifies precisely what parts of E4X are and
are not supported?
I am trying to work with XMP data via E4X and I'm not having any luck. I thought
at first I was doing something wrong. A simple test case was this
var xmpdom = ( text from a PS generated XMP file);
xmpdom.*::RDF;
This generates an syntax error in CS3 but works fine in Firefox.
Is namespace support busted?
Is there any sample code floating around showing how to use the mini-E4X support
to work with XMP data?
-X
are not supported?
I am trying to work with XMP data via E4X and I'm not having any luck. I thought
at first I was doing something wrong. A simple test case was this
var xmpdom = ( text from a PS generated XMP file);
xmpdom.*::RDF;
This generates an syntax error in CS3 but works fine in Firefox.
Is namespace support busted?
Is there any sample code floating around showing how to use the mini-E4X support
to work with XMP data?
-X
