RE: issue 8257

+1

From: public-ws-resource-access-request@w3.org [mailto:public-ws-resource-access-request@w3.org] On Behalf Of Doug Davis
Sent: Wednesday, January 20, 2010 4:30 AM
To: public-ws-resource-access@w3.org
Subject: issue 8257


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<mailto:dug@us.ibm.com>
The more I'm around some people, the more I like my dog.

Received on Thursday, 21 January 2010 20:30:14 UTC