P
Patrick
Hello,
I'm a newbie in XML and I want to create a schema (XSD file) to describe
the syntax of a XML file.
I've this problem : the text of a particular XML tag (called <change>)
may contain HTML tags like <b>, <i>, <ul>, <li> and others.
How can I describe this tag in XSD to allow any HTML tag inside ?
For example, the XML document has the line :
<change date="2006-11-02">Bug fix for <i>Products</i> and <i>Users</i>
in the <b><i>main</i></b> form</change>
Thanks for your help.
Patrick
I'm a newbie in XML and I want to create a schema (XSD file) to describe
the syntax of a XML file.
I've this problem : the text of a particular XML tag (called <change>)
may contain HTML tags like <b>, <i>, <ul>, <li> and others.
How can I describe this tag in XSD to allow any HTML tag inside ?
For example, the XML document has the line :
<change date="2006-11-02">Bug fix for <i>Products</i> and <i>Users</i>
in the <b><i>main</i></b> form</change>
Thanks for your help.
Patrick