A
Aray
<!ENTITY % testEntity "(test)">
<!ELEMENT testElement %testEntity;>
Above is a valid DTD file. But it doesn't work when I try to put a charater
'/' in to the Content of testEntity. like following
<!ENTITY % testEntity "(test/test)">
<!ELEMENT testElement %testEntity;>
I am newbie to xml, Could you please tell me how to make it works?
Thanks
--
<!ELEMENT testElement %testEntity;>
Above is a valid DTD file. But it doesn't work when I try to put a charater
'/' in to the Content of testEntity. like following
<!ENTITY % testEntity "(test/test)">
<!ELEMENT testElement %testEntity;>
I am newbie to xml, Could you please tell me how to make it works?
Thanks
--