[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Keep sequencing order of XML list of elements?
> Can we assume a sequence of identical XML nodes will have the same > order in the memory of the receiver once they have been parsed? What kind of memory? XML DOM? SAX calls? Java or C# object? Your specs should at least say that elements must be processed in document order. That way when someone misbehaves, you can point out where they are in violation. If you add a seqno attribute, there's less chance of that happening. Depending on the application and target audience, that may or may not be necessary. /r$ -- STSM, WebSphere Appliance Architect https://www.ibm.com/developerworks/mydeveloperworks/blogs/soma/
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|