From: <litvinov@FEMLAB>
To:
Subject:
--text follows this line--
I am learning Relax NG and nxml. The problem is that I cannot figure
out how to make a schema for a table.
In my case I would like to make a table with any name of child
elements (columns) but columns should have the same number of
child elements (cell). Say this file is valid
<table>
<column>
<cell/>
<cell/>
</column>
<column>
<cell/>
<cell/>
</column>
<table/>
but this one is not
<table>
<column>
<cell/>
<cell/>
</column>
<column>
<cell/>
</column>
<table/>
I now it is pure Relax NG question but I cannot subscribe to Relax NG
group (http://relaxng.org/mailman/listinfo/relaxng-user).
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/emacs-nxml-mode/
<*> To unsubscribe from this group, send an email to:
emacs-nxml-mode-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|