[jdom-commits] Help Regarding Nested Elements
    Anand bn 
    anandb at learningbyte.com
       
    Tue Jul 18 08:50:29 PDT 2000
    
    
  
Hi all,
I was hoping to get an answer fot the folliwing problem. Please let me know
the follwoing is possible with the current XML version.
	<!ELEMENT Catalog (ID,Name,Catalog*)>
	and
 	<Catalog>
		<ID>0001</ID>
		<Name>Store Catalog</Name>
		<Catalog>
			<ID>00010A</ID>
			<Name>Books Catalog</Name>
		</Catalog>
		<Catalog>
			<ID>00010B</ID>
			<Name> Stationery Catalog</Name>
		</Catalog>	
	</Catalog>
Thanks
Anand B N
    
    
More information about the jdom-commits
mailing list