Hi John Send your code to the list, it's not OT at all.
I generally use ColdFusion string manipulation to build XML documents, rather than MSXML or Xerces DOM methods: this is almost more efficient (but may not be possible in your situation). As an extremely rough guideline, you should be able to create 30 kb documents - by looping over the result set of a database query, for example - in less than 200 ms. Tom > Greetings, > > We are using CF 5 here, > I am wondering is there overheads when building quite a large XML doc, > I have attached the document type that is being created to give an idea of > its size, > > feel free to ridicule its structure maybe, I'm not an XML guru, > > the thing is, if there is no real overhead when creating larger xml > documents, > (in saying that they are only averaging 25.7 kb in size), > would someone be open to looking at my scripting, maybe there is a bottle > neck there, > > I don't want to send an OT post to the list, and I also respect that > everyone is > buisy, but if someone does want to take a look at it, I'll post you my code, > > Respectfully, > > j -----------------+ tom dyson t: +44 (0)1608 811870 m: +44 (0)7958 752657 http://torchbox.com -----------------------+ cf-xml mailing list http://torchbox.com/xml/list.cfm
