← Prev in month ← Prev in thread
Next in thread → Next in month →

RE: [xml-dev] equivalence of <i><b></b></i> and <b><i></i></b> et . al. ?

From
Bullard, Claude L (Len) <>
To
'Stuart A Yeates' <>,
Date
2004-02-23T20:30:55Z
ID
<>
Thread
RE: [xml-dev] equivalence of <i><b></b></i> and <b><i></i></b> et . al. ?
So you are taking data already tagged in XML and inserting 
more markup into it, as in adding HTML tags to text nodes?

1)  You are right that markup systems are silent about 
these semantics.  They are in the domain of the 
application language.   However, in this case, a bold italic  
item and an italic bold item are rendered identically, yes, 
and rendering is the semantic yes, so why are these not 
equivalent semantically if not syntactically?

What do you mean by 'similar classes of constructs'?

2)  An XSLT script could be used to transform this 
example.  

len


From: Stuart A Yeates
[mailto:]

I have written a natural language modelling tool which marks up (inserts 
XML tags into) natural language documents already in XML.

I have come across an issue with this tool: some users and documents 
have an expectation that <i><b></b></i> and <b><i></i></b> (and similar 
classes of constructs) are equivalent, whereas my tool sees these are 
completely distinct.

 From looking at at the standards, is appears that HTML, XHTML and XML 
are all silent on the semantics of situations such as this.

Are there any systems or toolkits which have already been written to 
help systematise documents and corpora into a single, consistent 
representation?

cheers
stuart

-- 
Stuart Yeates            
OSS Watch                                  http://www.oss-watch.ac.uk/
Oxford Text Archive                             http://ota.ahds.ac.uk/
Humbul Humanities Hub                         http://www.humbul.ac.uk/
← Prev in month ← Prev in thread
Next in thread → Next in month →