Changing the ASP files

The ASP files associated with an XML+XSL Standard Edition project are a little different than those for the other templates-the tagging within the ASP files is much more self-explanatory. For example, if you want to change the logo that is displayed in upper left corner of your output, modify the information set off by the LOGO tags:

 <Logo> 
    <Image href="images/quadlogo.gif" width="115" height="54" 
align="left" alt="Put your logo here!"/> 
  </Logo> 

The rest of the elements in the ASP files also have tags that are easy to identify, as shown by the coding for the navigation bars:

<Navbar> 
    <TOC> 
      <GotoLink href="$PAGEFIRST(html,name);"> 
        <Image href="images/navtoc.gif" width="84" height="23" 
border="0" alt="TOC" /> 
      </GotoLink> 
    </TOC> 
    <Prev> 
      <GotoLink href="$PAGEPREV(html,name);"> 
        <Image href="images/navprev.gif" width="80" height="23" 
border="0" alt="PREV" /> 
      </GotoLink> 
    </Prev> 
    <Next> 
      <GotoLink href="$PAGENEXT(html,name);"> 
        <Image href="images/navnext.gif" width="83" height="23" 
border="0" alt="NEXT" /> 
      </GotoLink> 
    </Next> 
    <Index> 
      <GotoLink href="$PAGELAST(html,name);"> 
        <Image href="images/navidx.gif" width="84" height="23" 
border="0" alt="INDEX" />  
      </GotoLink> 
    </Index> 
  </Navbar> 

The IMAGE tag sets off images, and the GOTOLINK tag set off hyperlinks. Use the ITEM tag to set off lines of text, as the following coding for contact information shows:

<ContactInfo> 
    <Item> 
      <GotoLink href="http://www.quadralay.com/"> 
        Quadralay Corporation 
      </GotoLink> 
    </Item> 
    <Item> 
      http://www.quadralay.com 
    </Item> 
    <Item> 
      Voice: (512) 719-3399 
    </Item> 
    <Item> 
      Fax: (512) 719-3606 
    </Item> 
    <Item> 
      <GotoLink href="mailto:support@quadralay.com"> 
        support@quadralay.com 
      </GotoLink> 
    </Item> 
    <Item> 
      <GotoLink href="mailto:sales@quadralay.com"> 
        sales@quadralay.com 
      </GotoLink> 
    </Item>  
  </ContactInfo> 

Quadralay Corporation
Voice: (512) 719-3399
Fax: (512) 719-3606
info@webworks.com