In XML, everything is a node. You have element nodes, attributes nodes, text nodes, processing instruction nodes, comment nodes...you get the picture.
An element node has the serialization format you describe below. J. Keith Wedinger Senior Software Developer Sterling Commerce [EMAIL PROTECTED] -----Original Message----- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of franklin gray Sent: Wednesday, May 01, 2002 12:38 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Schema from Dataset I thought a well formatted node has a /> such as <NodeName attributes=stuff /> or <NodeName>a bunch of stuff here</NodeName> this doesn't have that. <?xml version="1.0" encoding="utf-16"?> -----Original Message----- From: Tomas Restrepo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 11:30 AM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Schema from Dataset Franklin, > BTW, I knew that the first line was correct as in it is part of a document, but it isn't a > node ... It _is_ a node, just not an element node (it's actually a processing instruction node, but that's another matter ;)) -- Tomas Restrepo [EMAIL PROTECTED] You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.