- From: Doug Davis <dug@us.ibm.com>
- Date: Wed, 20 Jan 2010 07:30:00 -0500
- To: public-ws-resource-access@w3.org
Received on Wednesday, 20 January 2010 12:30:56 UTC
http://www.w3.org/Bugs/Public/show_bug.cgi?id=8257
Frag:AttributeNode/@name description unclear
Right now when an attribute is serialized it takes the form of:
(01) <wsf:AttributeNode name="attribute name">
(02) attribute value
(03) </wsf:AttributeNode>
I think it was an oversight that it doesn't take into account that the
attribute could be namespace qualified.
Changing it to:
---
(01) <wsf:AttributeNode name="xs:QName">
(02) attribute value
(03) </wsf:AttributeNode>
...
wsf:AttributeNode/@name
This attribute MUST be the qualified name of the attribute node.
----
Should fix this issue.
thanks
-Doug
______________________________________________________
STSM | Standards Architect | IBM Software Group
(919) 254-6905 | IBM 444-6905 | dug@us.ibm.com
The more I'm around some people, the more I like my dog.
Received on Wednesday, 20 January 2010 12:30:56 UTC