[xml] xmlNodePtr properties missing xmlns:xxxx
- From: Andrew Hartley <andrew hartley bcs org uk>
- To: xml gnome org
- Subject: [xml] xmlNodePtr properties missing xmlns:xxxx
- Date: Thu, 23 Jun 2011 08:28:05 -0700 (PDT)
I have an iXBRL document that I am parsing with LibXml2. The problem I have
is that I register all the namespaces which are mostly held in the <html>
root node, no problem. But, there are some namespace declarations in some
of the document nodes as attrbutes of that particular node. When I get the
attributes of a particular node that has a namespace declaration and I read
the attributes thus:
xmlAttrPtr pAttr = pCurNode->properties;
I then iterate through all the attributes, and they are all there apart from
the one named 'xmlns:xxxx="blahblahblah" . Is there anyway I can locate
these namespace declarations, so that I can register them?
Any advice on this problem will be much appreciated.
--
View this message in context:
http://old.nabble.com/xmlNodePtr-properties-missing-xmlns%3Axxxx-tp31911110p31911110.html
Sent from the Gnome - Lib - Xml - General mailing list archive at Nabble.com.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]