xsl-list
[Top] [All Lists]

Re: [xsl] DTD number of occurances

2008-08-13 06:37:12
Hi Raja,

<!ELEMENT AddressPage (InvParty, (BillAcc | Addressee))>

means the AddressPage must have children InvParty AND either BillAcc OR 
Addressee. You must have one or the other.

For help with DTD operators, see 
http://www.quackit.com/xml/tutorial/dtd_element_operators.cfm. 

HTH

Phil

From: "Sathasivam, Elayaraja" 
<elayaraja(_dot_)sathasivam(_at_)capgemini(_dot_)com>
Date: 2008/08/13 Wed AM 12:36:22 CDT
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] DTD number of occurances

<!ELEMENT AddressPage (InvParty, (BillAcc | Addressee))>


Since if we are not specifying then by default BillAcc is either 0
occurance or only one occurance. Is it right ? 



Regards,
Raja 






This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is 
intended only for the person to whom it is addressed. If you are not the 
intended recipient, you are not authorized to 
read, print, retain, copy, disseminate, distribute, or use this message or any 
part thereof. If you receive this message 
in error, please notify the sender immediately and delete all copies of this 
message.


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>