Thank you for your reply.
quote:
Can you compare the dynamic XML file to the static one?
There were no differences when I run the XML generating
script directly, but I can't quite tell what the MM class was
receiving. I was able to manually connect using some informaiton I
found at
http://authors.aspalliance.com/aaron/XMLpost.aspx.
When I ran the script, I saw that the server-side processing made
via the request could not access information in the session. In my
case, that was prohibitive.
I "resolved" the situation by creating cache xml files. The
script looks for an existing xml file for the category id. If one
is found, it is used. If one is not found, it is created. They will
be deleted routinely.
You can see the end result using the catalog. Only the
"lowest level" of the catalog is run via XSL. It was needed because
the price is determined post-database, and a requirement was to
include price sorting.
https://www.pettusop.com/eserv/dev/SH_Catalog.asp?pcid=642
It would be nice to make the call directly to the ASP code
and create the XML on the fly, if anyone has any direction or
ideas.
I'll have to see how the file generation scales.
Best regards,
James