[
Lists Home |
Date Index |
Thread Index
]
- To: "David Carlisle" <davidc@nag.co.uk>
- Subject: RE: [xml-dev] CDATA section or text node data type
- From: "Baisak, Ranjan" <ranjan_baisak@mentor.com>
- Date: Fri, 22 Apr 2005 17:26:23 +0530
- Cc: <xml-dev@lists.xml.org>
- Thread-index: AcVHMbJfZqChpbjrRlG+Jf2mDROMoUe0UEeQ
- Thread-topic: [xml-dev] CDATA section or text node data type
>What is your problem?
:) my problem is already solved with all the answers I got from my post.
So conclusion: it is not possible to put constraint in CDATA and if
required then put it in element content. This is irrespective of length
of data would be.
Thanks a lot
regards,
-Ranjan
-----Original Message-----
From: David Carlisle [mailto:davidc@nag.co.uk]
Sent: Friday, April 22, 2005 5:21 PM
To: Baisak, Ranjan
Cc: xml-dev@lists.xml.org
Subject: Re: [xml-dev] CDATA section or text node data type
If my length of my data is more
and would not look good from user's perspective to put it as an
attribute so there should be someway to provide this facility.
If you want it to be element content rather than an attribute then just
do so, CDATA sections have nothing to do with your requirements at all.
Users may choose to use or not CDATA sections for any schema or dtd it
is simply an authoring choice.
If as schema designer you want to allow
<x>123</x>
instead of
<x b="123"/>
Then XSD schema will allow you to specify that, and to specify that the
content of x is an integer.
What is your problem?
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. For more information on a proactive anti-virus
service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
|