Can you tell me what I am doing wrong here?
var entries:XML =
<rootNode xmlns="http://site.com/Back/DocMetadata">
<Entry>
<CreateDate>5/5/2006 9:56:30 AM</CreateDate>
<DocumentType>RPR</DocumentType>
</Entry>
<Entry>
<CreateDate>5/3/2006 3:07:27 PM</CreateDate>
<DocumentType>RPR</DocumentType>
</Entry>
</rootNode>;
entries.namespaceDeclarations().toString(); // this returns nothing
Thanks,
Ben
On 6/9/06, Peter Farland <
[EMAIL PROTECTED]> wrote:
XML namespaceDeclarations does return the default namespace for me, but perhaps you have to get this information from the root XML "node"?
From: [email protected] [mailto:[email protected]] On Behalf Of Ben Clinkinbeard
Sent: Wednesday, June 07, 2006 11:43 PM
To: [email protected]
Subject: Re: [flexcoders] Re: Namespace hellNope, because there is no way to even address the default namespace. Sorry, I thought I had mentioned that already but that was in a different thread. namespaceDeclarations() does not include default namespaces and namespaceDeclarations().length returns 0 when all you have is a default namespace. If you can manage to figure out a way to delete a default namespace I would be mighty grateful.
Thanks,
Ben
__._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
![]()
SPONSORED LINKS
Web site design development Computer software development Software design and development Macromedia flex Software development best practice
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___
- Re: [flexcoders] Re: Namespace hell Ben Clinkinbeard
- Re: [flexcoders] Re: Namespace hell Tom Chiverton
- [flexcoders] Re: Namespace hell ben.clinkinbeard
- Re: [flexcoders] Re: Namespace hell Tom Chiverton
- RE: [flexcoders] Re: Namespace hell Gordon Smith
- [flexcoders] Re: Namespace hell ben.clinkinbeard
- [flexcoders] Re: Namespace hell Geoffrey Williams
- RE: [flexcoders] Re: Namespace hell Jason Hawryluk
- [flexcoders] Re: Namespace hell ben.clinkinbeard
- RE: [flexcoders] Re: Namespace... Jason Hawryluk
- Re: [flexcoders] Re: Namespace... Michael Schmalle
Reply via email to

