I've been playing round with write to xml logging script and I've hit a bit of a barrier.
What I want to do is track a visitors movment through the site. The way I have begun this process is to create a logentry with a session id, as they move through the site the session id is checked against the xml doc session id using an xpath evaluation (I woud post the code that does this but I've broken it again, when it's fixed I'll add it).
The probelm I am having beyond this is figureing how to then write to that point in the document.
go on help me.