ASP Error: 70
Description: Permission denied
Source: Microsoft VBScript runtime error

[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: RE: description of the logical or semantic structure


xml logical or
In the common human interpretation, the element generic 
identifiers (GIs) name the content of the elements.  
The facts on the ground for software are not that complex 
because that simple sentence belies a very deep and 
complex set of error-prone operations for software, 
so they are deliberately avoided in XML.

The XML processor sees a set of labeled text nodes where the document 
element node generic identifier has the value 'Person' and 
has-a node with a generic identifier whose value is "name" and a 
that node has a sibling element node with a gi whose value 
is 'age'.  The element name and the element age both have 
text nodes of value "Peter Smith" and "56" respectively. 
There is further defaulted information with respect to 
white space.

Beyond this, XML does nothing.  You have to do it and
that can be anything from cutting and pasting by hand 
all the way to writing software to process the output 
of the XML processor.

Now, an application processor receiving the information 
items from the XML processor can interpret these as 
designed.  I am deliberately avoiding the 'semantic' 
term, but it is definitely the case that 'semantic' 
is generally understood to be handling by an application 
processor.   That might be, for example, 
using the gi values as a map to insert or update 
a relational record where the fields/column names 
are Name and Age and the record has a row name of 
Person.  It might be to use the gis as transform 
values to push the text fields into a set of HTML 
list or table items.

It is important to remember this:  XML has no 
content semantics on its own other than the limited 
set required to make XML processors compatible and 
to make some aspects of identification and some 
syntax easier to implement (to get rid of DTDs 
as possible).   Your questions are of the kind 
most often seen when someone is trying to make 
XML itself do more than it does.  It does very little 
and that is deliberate.

len


From: ludger goeke [mailto:ludgergoeke@g...]

for example I got the following xml-document 


 <!DOCTYPE  Person [ 
<!ELEMENT Person (Name, Age)>
<!ELEMENT Name(#PCDATA)>
<!ELEMENT Age(#PCDATA)>
]>
 
<Person>
   <Name>Peter Smith</Name>
   <Age>56</Age>
</Person>


Does the markup describes  the content for example  "Peter Smith" in a
semantic way, that means does it describes that 
the content "Peter Smith" has the semantic of a name ? Or describes the
markup the logical role of the content "Peter Smith" 
and a the processing Software adds the semantic ?

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.