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

 


Help: OASIS Mailing Lists Help | MarkMail Help

cam-comment message

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


Subject: Note on <include> mechanism from ubl template development work


This comment is a result of feedback by the team members producing the
freeb-UBL CAM template samples (http://www.freebxml.org ).   

The include mechanism text needs to also make mention of the attribute -
ignoreRoot="yes" - that has been implemented to work with including
re-usable fragments of an XML structure.   

This allows fragments of XML to be included that are not well formed.  
To do this they require an external wrapper temporary root element
placeholder that will be ignored when the include is performed - but is
needed to ensure the fragment itself is wellformed as a standalone piece
of XML.   

e.g. :    
<tempRoot>
    <not_well_formed_by_itself/>
    <tag1_include/>
    <tag2_include/>
    <well_formed>
      <tag3_include/>
    <well_formed>
 </tempRoot>   

So tempRoot will be ignored.  

The suggestion is that this note can simply be augmented to the existing
include mechanism description in the specification.   

Thanks, DW

"The way to be is to do" - Confucius (551-472 B.C.)
 
 



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