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

Re: PSVI using existing infoset items

  • From: Eric van der Vlist <vdv@d...>
  • To: xml-dev@l...
  • Date: Tue, 16 Oct 2001 21:16:23 +0200

infoset element only
Elliotte Rusty Harold wrote:

> At 7:33 PM +0200 10/16/01, Eric van der Vlist wrote:
> 
> 
>>Let's take a very simple example...
>>
>>XML:
>><foo>
>> <bar>...</bar>
>></foo>
>>
> 
>>What I had in mind is something that could be processed exactly like the original document with some information added, something such as (very rough draft):
>>
>><foo xmlns:...>
>> <psvi:element type="complex" datatype="foo" whitespace="false"/>
>> <bar>
>>   <psvi:element type="simple" datatype="xs:string"
>>       primary="xs:string"
>>       minOccurs="0" maxOccurs="unbounded" whitespace="false"/>
>> ...</bar>
>></foo>
>>
> 
> This is still too complicated. In particular, it changes the parentage of elements and tree structure of an XML document. An XSLT style sheet that operated on the original document would likely fail when applied to the PSVI document. What's needed here is a pure attribute solution so that PSVI information can be merged with the original document without changing its basic structure. For example,
> 
> <foo xmlns:psvi="..." xmlns:prefix="..." psvi:type="prefix:typeA">
>   <bar psvi:type="prefix:typeB">
>    ...
>   </bar>
> </foo>


That's what I had in mind first, but it won't work to qualify attributes 
(I wish XML could have adopted the principle of equivalence between 
elements and attributes taken by RDF...).

To qualify attributes, we need more flexibility and this flexibility can 
only be obtained by an element!

Even with what I am proposing, most of the transformations would work 
assuming that you add an empty template for the elements from the PSVI 
namespace. Also, keeping the content model as element only or empty will 
insure the the string value won't be affected.


> Most applications that were designed to process the original document could also process the PSVI document without being rewritten.
> 
> I also don't think you need anything more than the qualified name for the type of each element. If an application wants details about the type, then it should look at the schema. 
> 

Not if the purpose is to represent the full PSVI to avoid having to 
modify the APIs to use it.

Eric

-- 
Rendez-vous à Paris pour le Forum XML.
                    http://www.technoforum.fr/Pages/forumXML01/index.html
------------------------------------------------------------------------
Eric van der Vlist       http://xmlfr.org            http://dyomedea.com
http://xsltunit.org      http://4xt.org           http://examplotron.org
------------------------------------------------------------------------


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.