- From: Martin Resch <m.resch@techdivision.com>
- Date: Thu, 12 Sep 2002 10:59:36 +0200
- To: <xmlschema-dev@w3.org>
Hello, I'm new to xml-schemas and i've got a Problem. My mission is to generate an xml-file from a database. Some entries looks like this: text <b>text</b> text. I'd like to put this in my xml-file like this: <entry>text <b>text</b> text</entry> or <entry value="text <b>text</b> text"/> Of course this doesn' work because xml wants by the first <b> the closing slash. I'd like to make a schema like this: ... <xs:element name="entry" type="xs:string"/> ... But this doesn't also work. How can I get xml to accept ANY signs between tags? Thanks, Martin
Received on Thursday, 12 September 2002 04:57:37 UTC