OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sdo message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: ISSUE 67: Handling of Namespace in SDO Path


http://www.osoa.org/jira/browse/SDO-67 

-----Ursprüngliche Nachricht-----
Von: Frank Budinsky [mailto:frankb@ca.ibm.com] 
Gesendet: Dienstag, 19. Februar 2008 20:59
An: Blaise Doughan
Cc: sdo@lists.oasis-open.org
Betreff: Re: [sdo] New Issue: Handling of Namespace in SDO Path

See also section 2.1.4 in 
http://www.oasis-open.org/committees/download.php/26722/SDO_XML_Issues.doc.

I agree with the proposed categories.

Frank.




"Blaise Doughan" <blaise.doughan@oracle.com> 
02/19/2008 02:13 PM

To
<sdo@lists.oasis-open.org>
cc

Subject
[sdo] New Issue:  Handling of Namespace in SDO Path






Proposed Categories:
Topic 4:  XmlPath
Topic 5:  XML Fidelity
Description:
 
There is currently no means of using namespace URI information in 
get(String path) and get*(String path) calls.  This makes it impossible to 
accurately retrieve open content properties.
 
Example:
 
Property property1 = TypeHelper.INSTANCE.getOpenContentProperty("
http://www.example.org/namespace1";, "my-property");
Property property2 = TypeHelper.INSTANCE.getOpenContentProperty("
http://www.example.org/namespace2";, "my-property");
 
myDataObject.set(property1, "foo");
myDataObject.set(property2, "bar");
 
myDataObject.get("my-property");  // Unclear what is returned as namespace 
URI information was not used in get method.
 
 


---------------------------------------------------------------------
To unsubscribe from this mail list, you must leave the OASIS TC that
generates this mail.  You may a link to this group and all your TCs in OASIS
at:
https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]