Bugs item #975410, was opened at 2004-06-18 16:56
Message generated for change (Comment added) made by maartenc
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=975410&group_id=16035

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: marc pellmann (marcpellmann)
Assigned to: Nobody/Anonymous (nobody)
Summary: No Information about namespace definition element

Initial Comment:
There is no direkt information, were a namespace is
defined. If I have

<a xmlns:ns1="uri1">
  <ns1:b/>
  <ns2:c xmlns:ns2="uri2"/>
</a>

I could not get the namespace informations directly
from the elements. (The XMLWriter use the
NamespaceStack for this - but I do not have access)



----------------------------------------------------------------------

>Comment By: Maarten Coene (maartenc)
Date: 2004-06-18 20:19

Message:
Logged In: YES 
user_id=178745

I'm not sure what you want to do: can't you use the
Element.declaredNamespaces() method for your purpose (e.g.
to retrieve the namespace delcaration in element "a")

Maarten

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=975410&group_id=16035


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to