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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docstandards-interop-discuss message

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


Subject: Re: [docstandards-interop-discuss] Important topic/issue to pursue


On 12/04/07, Mir Baqar (mbaqar) <mbaqar@cisco.com> wrote:

> Can someone please give me a real world example/scenario of what is meant by
> semantic/content interoperability b/w std. doc. that is completely
> independent of its application/use in transactional doc exchange world?

A personal view.

Input:

<?xml version.....
<doc xmlns="a">
<head> Some heading</
<body>
  <topic>
    <p/>
   ...
  </topic>
</body>
</doc>

Required output

<?xml version ...
<msg xmlns="b">
<subject> (content mapped from a:/doc/a:head)
<content>
  <pt1> (content mapped from topic[1])
   <para> (mapped from a:p

HTH



-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk


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