Connecting Tech Pros Worldwide Forums | Help | Site Map

DTD Attribute enumerated list

Newbie
 
Join Date: Mar 2006
Posts: 1
#1: Mar 20 '06
Hi,
I'm very new in XML and am seeking advice for the following:

My element DATA has a UNIT attribute that is an enumerated list.
This tag stores medical measurements, such as volume of aire, depth of the catheter and the speed of food within oesophagus.
How can I introduce [/] in my attribute?
Could someone help me out with this please???
thanks in advance.

Expand|Select|Wrap|Line Numbers
  1. <!ELEMENT DATA (#PCDATA)>
  2. <!ATTLIST DATA UNIT (ml | mm | cm | cc | m/min | m/sec | cm/min | cm/sec | mm/min | mm/sec) #REQUIRED>

Reply