NUN.ME.SHU banner
Switch to normal page layoutNun.Me.Shu - code samples

Overview of the code samples referenced on other pages in this section about the Nun.Me.Shu architecture.



Code Samples
With respect to the Nun.Me.Shu architecure:
  • page.dtdNew page displays in separate browser window
    The web page DTD for the Nun.Me.Shu architecture.
  • main.xslNew page displays in separate browser window
    The main stylesheet (basically just a bunch of imports and includes).
  • debug.xslNew page displays in separate browser window
    The XSL file with debug templates.
  • amazon.xslNew page displays in separate browser window
    The XSL file with the stylesheet templates for the implementation of Amazon's XML/HTTP web service.
  • defs_env.entNew page displays in separate browser window
    The ENT file with environmental entity definitions (mainly URLs).
  • defs_content.entNew page displays in separate browser window
    The ENT file with content entity definitions; strings of text that can be used site wide and don't belong to any one web page in particular.
  • defs_layout.entNew page displays in separate browser window
    The ENT file with layout defaults. Many of these defaults can be overruled by corresponding attributes in the content XML files, or even by querystring parameters.
  • wrapper.xmlNew page displays in separate browser window
    An XML file included by the stylesheet. This file contains all content for the wrapper around the content on a web page: header, navigation, highlights and footer.
  • styles.cssNew page displays in separate browser window
    The CSS stylesheet used for this site.
With respect to the host environment: