RE: [xml-dev] rules for XML?

From
Dare Obasanjo <>
To
Owen Walcher <>, Rick Jelliffe <>,
Date
2003-02-01T17:18:06Z
ID
<>
Thread
RE: [xml-dev] rules for XML?
No they aren't. 

	-----Original Message----- 
	From: Owen Walcher [mailto:] 
	Sent: Sat 2/1/2003 8:58 AM 
	To: Rick Jelliffe;  
	Cc: 
	Subject: [xml-dev] rules for XML?
	
	

	
	I would like to be able to use these rules for both data and documents.
	This is why the attribute vs. element thing is what got me started.
	whereas:
	
	<sock pattern="Argyle"/> is the same as
	<sock><pattern>Argyle</pattern></sock> from an XML point of view,