- From: MURATA Makoto <murata@apsdc.ksp.fujixerox.co.jp>
- Date: Mon, 2 Mar 1998 20:37:28 -0500 (EST)
- To: Paul Prescod <papresco@technologist.com>
- Cc: Dan Connolly <connolly@w3.org>, fork@xent.ics.uci.edu, www-html@w3.org
> Can you easily come up with an example of how I would use FA's to do the > same? First, suppose that we already have a schema fragment for HTML-in-XML. The root element type is html. Its URL is: URL: http://www.w3.org/html-xml.schm Assume that this schema provides a substitution variable, say exp. exp appears in content models Second, suppose another schema for MathML. The root element type is mathexp. Its URL is: URL: http://www.w3.org/mathml.schm Then, we can easily combine the two fragments as below: <!-- Namespace declarations --> <!XML:namespace HTML-XML href = "http://www.w3.org/html-xml.schm"> <!XML:namespace MathML href = "http://www.w3.org/mathml.schm"> <!-- Schema Composition --> <composite_schema at="HTML-XML:exp"> <atomic_schema namespace="HTML-XML" root = "html"> <atomic_schema namespace="MathML" root = "mathexp"> </composite_schema> Paul Prescod wrote... > Have you demonstrated this in a paper anywhere? I came from the Principles of Digital Document Processing community. I presented my work there two years ago and going to present a database language there this month. See http://www.irisa.fr/ep98 [Tue, 03 Mar 1998 10:21:51 +0900] Makoto Fuji Xerox Information Systems Tel: +81-44-812-7230 Fax: +81-44-812-7231 E-mail: murata@apsdc.ksp.fujixerox.co.jp
Received on Tuesday, 3 March 1998 03:26:31 UTC