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

 


Help: OASIS Mailing Lists Help | MarkMail Help

relax-ng message

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


Subject: Re: PE wrappers



> and then use include, as well you might. But sometimes you like things to be
> less obscure, that is, in one file. div can help you do that.

That is certainly true. Also, you can add annotation for those bundle
like the following. Furthermore XML Editors with folding capability
can fold this block quite nicely.

So I agree that having <div> is nice, but what I wanted to say was that
it doesn't emulate PE wrapper...


<div ns="urn:foo-org:foo-class">
 <xhtml:div>
   This is an annotation for foo, @bar, and @blork.
 </xhtml:div>
 
 <element name="foo">
  <element name="bar">
   <text/>
  </element>
  <element name="baz">
   <text/>
  </element>
  <attribute name="blork>
   <text/>
  </attribute>
 </element>
</div>


--
Kohsuke KAWAGUCHI                          +1 650 786 0721
Sun Microsystems                   kohsuke.kawaguchi@sun.com



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


Powered by eList eXpress LLC