J
Jordan
I'm using an xml document as the source for my site's navigation. I have it
working but am curious if I've chosen the best method (performance wise) of
reading this xml document. Becuase this xml file has my site's complete
navigation, I need to "jump around" in it to get to the data I need based on
the page. I'm using the Skip() method of the XmlReader class to do this.
Is this the best way to move forward in an xml document?
I also have another question too now that I'm thinking about it - what would
be the best way to cache my navigation as it won't change often at all?
tia, j
working but am curious if I've chosen the best method (performance wise) of
reading this xml document. Becuase this xml file has my site's complete
navigation, I need to "jump around" in it to get to the data I need based on
the page. I'm using the Skip() method of the XmlReader class to do this.
Is this the best way to move forward in an xml document?
I also have another question too now that I'm thinking about it - what would
be the best way to cache my navigation as it won't change often at all?
tia, j