XDOM
- Picture-- Change an image on a rollover
- Change a picture Doesn't work
as a background-image="url(mypic.gif)" change, but it works as
an "asp" -xml connection
- Html connection
- Position
- getElementsByTagName
- Loading into xml
- innerText
- Tree Nodes
- Recordset Position
- Recordset Fieldnames
- Basic server transform
- Write to a file (This needs a new browser window opened
up each time)
- Edit a file
- Append a file
- Rolodex
- works with loading the xml page
- loading the xsl page
- Set objField = objContact.selectSingleNode("field[@id='"
& objItem & "']/field_value")
- selects the particular node we want
- Response.Write(objNode.transformNode(objXSL))
- writes out the whole xsl and xml page together
- Working Version
- XML page
- processASP.htm -- This
is the page we work from. It loads the XML (above) and XSL (below) pages
- XSL detail -- This page runs
through each contact node, showing the first name and email address of each.
- XSL -view page-- This
is the xsl page that allows us to see the results of our search of the xml
file for matching records
- XSL editDetail page--
This is the xsl page that we use to see input our changes to the contact
information
- Process add New Contact --
just added this page
- Add Contact --html
page to go to if we add a new contact
- parameters
- Let user modify the page