Re: [flexcoders] [Flex 2.0 - AS3] E4X problem when parsing tags with hyphen

2005-11-18 Thread Mike Chambers
Yes. Basically the compiler thinks you are trying to subtract things. This may end up being a Fact of Life (FOL). mike chambers [EMAIL PROTECTED] Manish Jethani wrote: > On 11/18/05, Xavi Beumala <[EMAIL PROTECTED]> wrote: > > >> // this is failing at compile time >>trac

Re: [flexcoders] [Flex 2.0 - AS3] E4X problem when parsing tags with hyphen

2005-11-18 Thread Manish Jethani
On 11/18/05, Xavi Beumala <[EMAIL PROTECTED]> wrote: >// this is failing at compile time > trace (xml.xslNS::template.xslNS::[EMAIL PROTECTED]); trace (xml.xslNS::template.xslNS::["call-template"[EMAIL PROTECTED]); Manish Yahoo! Groups Sponsor

Re: [flexcoders] [Flex 2.0 - AS3] E4X problem when parsing tags with hyphen

2005-11-18 Thread Xavi Beumala
If someone is interested on the response: http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=587&threadid=1083145&enterthread=y Cheers X. Xavi Beumala wrote: > Hi there, > I'm trying to parse xslt files from within as3. When parsing composed > xslt tags like "xsl:call-templa

[flexcoders] [Flex 2.0 - AS3] E4X problem when parsing tags with hyphen

2005-11-18 Thread Xavi Beumala
Hi there, I'm trying to parse xslt files from within as3. When parsing composed xslt tags like "xsl:call-template" or "xsl:with-param" I'm getting an error like: "Access of undefined property template" or "Access of undefined property param". It seems like the compiler is interpreting with-par