XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [xml-dev] Imbue XML instances with semantics

Roger,

You say below:

*****

Lesson Learned: XML has no semantics. When we define operators on the XML and imbue specific behaviors on the operators, only then we may informally treat the XML as having semantics.

*****

I'm puzzling over what you mean by "no semantics?"

I'm not helped by your saying the defining of behavior on operators leads to "informal" semantics for XML?

Do you mean that operators have "no semantics" until we define them?

Even if we had a way back machine and encountered the first instance of XML ever recorded (assume SGML never existed), XML would still have "semantics" in the way I understand the term.

Possibly "incorrect" given it is a first encounter but semantics none the less. Just as Egyptian hieroglyphics were "translated" in the 18th century, although those translations are thought today to be incorrect. Being incorrect isn't the same thing as having "no semantics."

Yes?

Hope you are having a great day!

Patrick


On 12/23/2016 03:53 PM, Costello, Roger L. wrote:

Hi Folks,

Problem: There are N nodes. Create an XML instance so that the nodes form a ring (cyclic) topology.

Rick Jelliffe solved this problem very elegantly [1].

Here’s Rick’s solution: Arrange the nodes in document order:

<Nodes>
   
<Node id="N1">...</Node>
   
<Node id="N2">...</Node>
    ...
   
<Node id="Nn">...</Node>
</Nodes>

 

“How does that form a ring topology?” you ask. It doesn’t. Not yet. You need to define an operator on the nodes and give the operator the desired behavior (semantics). Allow me to explain.

 

To traverse from one <Node> element to the next, you must perform an operation. If you are moving from <Node> to <Node> using your eyes, then the operator is “physically move your eyes downward (or upward).” If you are moving from <Node> to <Node> using XPath, then the operator is following-sibling (or preceding-sibling). Regardless of the technology, some operator must be used to move from one <Node> element to the next. Let’s generically denote that operator by succ. To achieve our ring topology goal, then, we need to imbue the succ operator with this semantic:

 

The succ of a <Node> is the next node in document order
               except when <Node> is the last node, then the succ is the
               first node.

 

Now the nodes take on a ring topology, by way of the succ operator.

 

Awesome! Thanks Rick!

 

Lesson Learned: XML has no semantics. When we define operators on the XML and imbue specific behaviors on the operators, only then we may informally treat the XML as having semantics.

 

Comments?

 

/Roger

 

[1] http://xml-dev.markmail.org/message/b3n774tmzqfe5k4d?q=Notable+declarative+expressions%3F+date:201612

 


-- 
Patrick Durusau
patrick@durusau.net
Technical Advisory Board, OASIS (TAB)
Editor, OpenDocument Format TC (OASIS), Project Editor ISO/IEC 26300
Co-Editor, ISO/IEC 13250-1, 13250-5 (Topic Maps)

Another Word For It (blog): http://tm.durusau.net
Homepage: http://www.durusau.net
Twitter: patrickDurusau 

Attachment: signature.asc
Description: OpenPGP digital signature



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


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS