- From: <w3t-archive+esw-wiki@w3.org>
- Date: Wed, 14 Sep 2005 08:58:58 -0000
- To: w3t-archive+esw-wiki@w3.org
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "ESW Wiki" for change notification.
The following page has been changed by YvesSavourel:
http://esw.w3.org/topic/its0505LimitImpact
------------------------------------------------------------------------------
== Summary ==
- [R014] All solutions proposed should be designed to have as less impact as possible on the tree structure of the original document and on the content models in the original schema.
+ [R014] All solutions proposed should be designed to have as little impact as possible on the tree structure of the original document and on the content models in the original schema.
== Challenges ==
@@ -117, +117 @@
If an ITS span element should be used to indicate i18n and l10n related properties of the <table> element, the <table> element would disappear from the content model of the <div> element:
{{{
- <(exclamation-point)ELEMENT div (p | TheITSns:span | ...>
+ <!ELEMENT div (p | TheITSns:span | ...>
- <(exclamation-point)ELEMENT TheITSns:span (table | ...)>
+ <!ELEMENT TheITSns:span (table | ...)>
}}}
Since there is no namespace for the original schema (i.e. the <text>, <div>, <table> or <p> elements), the Namespace Routing Language does not solve the conflicts between ITS elements and other elements.
Received on Wednesday, 14 September 2005 15:20:50 UTC