Newbie hoping for help
What I've got so far: Folder A xml document A (XML Document) xsl document a (XML Document) xsl document b (XML Document) stylesheet (DTML Method) et. al. (more method/documents) All documents were loaded into Zope using the XML Document product (FYI). I've got code that renders 'xml document A' with 'xsl document a' into IE5.0. I do this by calling the DTML method 'stylesheet' which looks like: <dtml-var standard_xsl_header> <dtml-in "xsl_document_a[0]"> <dtml-var toXML> </dtml-in> <dtml-var standard_xsl_footer> Now what I want to do: I would like to have user interaction to rerender the page using 'xsl document b'. How, or what, do I do with the dtml-in code to get this to happen. My approach would be to set a property on the containing folder to hold the users choice but I don't know how I would use it here. Thanks for any Help Dale
Hello, I got the UserDb set up and working, and it works great. So thank you to those of you who have worked on it, and helped me out. I am having one problem though once a user has logged in their username and password are passed in the URL like this: http://www.myserver.com:8080/mmg/?__ac_name=user&__ac_password=password&subm it=Login where "user" is the username and "password" is the users password. For obvious reasons I would prefer that it not show this. I've looked at the source of the UserDb.py, but as I'm new to Python I don't feel all that comfortable messing with the code. So, does anybody know how to get rid of the user name and password in the URL? Thanks for the help, --James
participants (2)
-
dale w lance -
James Punteney