RE: [xml-dev] XHTML elements in Schema

From
Dare Obasanjo <>
To
"Reiff-Marganiec, Dr S." <>,
Date
2004-03-01T17:13:42Z
ID
<>
Thread
RE: [xml-dev] XHTML elements in Schema
The simple solution is to use 

 <xs:any processContents="lax" namespace="http://www.w3.org/1999/xhtml" 
    minOccurs="0" maxOccurs="unbounded" /> 

The more complex solution is to reinvent the schema for XHTML or create
a subset of it.  

--
PITHY WORDS OF WISDOM 
If you want to recapture your youth, cut off his allowance. 

This posting is provided "AS IS" with no warranties, and confers no
rights.  

> -----Original Message-----
> From: Reiff-Marganiec, Dr S. [mailto:] 
> Sent: Monday, March 01, 2004 9:01 AM
> To: 
> Subject: [xml-dev] XHTML elements in Schema
> 
> Hi,
> 
> I am writing an XML schema that is supposed to constraint the 
> format of xml files that form a basis for web pages. However, 
> there is one place where I would like to give people the 
> chance to include html-code in the xml. How can I achieve 
> this without having to rewrite the xhtml schema? And then, 
> how do I use the resulting schema in XML?
> 
> Maybe I can even restrict what xhtml users can use (e.g. only 
> what is allowed inside body?).
> 
> thanks
> S
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org 
> <http://www.xml.org>, an initiative of OASIS 
> <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
> 
>