... [ xml2html-Tutorial ] ... [ xml2html-Tutorial ] ... [ xml2html-Tutorial >> ] ...    ... [ Referenz ] ... 



Inhalt von tutorial.style:

<definitions>


<style style="lib/essentials.style">
<style style="lib/navigation.style">
<style style="lib/roadmap.style">

<setfromcgi var="BGCOLOR" default="#ffffff" global="1">



<define name="tutorialpage"
        bgcolor=""
        body='<doctype>
            <html>
                <head>
                    <title><tocattr attr="title"></title>
                    <allmetatags author="Wiebke Leander, Torben Kuseler">
                </head>
                <body bgcolor="$BGCOLOR" text="#000000">
                    <navigateinpage>
                    <page>'

        end='
                    </page>
                    <lastinpage>
                </body>
             </html>'
>


<define name="headline"
    body='<h1 align="center">' end='</h1>'
>

<define name="subheadline"
    body='<h3>' end='</h3>'
>

<define name="subheadline2"
    body='<bold>' end='</bold><br>'
>

<define name="tut_line"
    body='<line color="silver">'
>


<define name="filenametext"
    body='<i>'
    end='</i>'
>

<define name="pathtext"
    body='<filenametext>'
    end='</filenametext>'
>

<define name="redarrow"
    body='<icon icon="pfeil_rot.gif"  border="0">'
><define name="greyarrow"
    body='<icon icon="pfeil_grau.gif" border="0">'
>

<define name="naviconme"
    body='<icon icon="pfeil_rot.gif"  border="0">'
><define name="naviconmeyes"
    body='<icon icon="pfeil_rot2.gif" border="0">'
><define name="naviconfather"
    body='<icon icon="pfeil_rot2.gif" border="0">'
><define name="naviconbrother"
    body='<icon icon="pfeil_grau.gif" border="0">'
><define name="naviconuncle"
    body='<icon icon="pfeil_grau.gif" border="0">'
><define name="naviconson"
    body='<icon icon="pfeil_grau.gif" border="0">'
><define name="naviconother"
    body='<icon icon="pfeil_grau.gif" border="0">'
><define name="naviconempty"
    body='<icon icon="1pixel.gif"     border="0">'
>
<define name="navicongrandfather"
    body='<icon icon="pfeil_rot2.gif" border="0">'
><define name="navicongranduncle"
    body='<icon icon="pfeil_grau.gif" border="0">'
><define name="navicongrandson"
    body='<icon icon="pfeil_grau.gif" border="0">'
><define name="naviconsubnav"
    body='<icon icon="grey-s.gif" border="0">'
>

<define name="tut_table"
    border="0"
	cellpadding="0"
	cellspacing="0"
	body='<table border="$BORDER" cellpadding="$CELLPADDING" cellspacing="$CELLSPACING" $ATTRLIST>'
    end='</table>'
>

<define name="xml2html"
    body='<keywords>xml2html</keywords>'
>

<define name="tut_link_intern"
    url="#"
    body='<a parsedref="$URL">'
    end='</a>'
>

<define name="tut_anchor"
    url=""
	body='<tut_link_intern url="$URL">'
	end="</tut_link_intern>"
>


<define name="tut_link_extern"
    url="#"
    body='<a href="$URL">'
    end='</a>'
>

<define name="tut_opennewwin"
    url="#"
    reftype="href"
    target="default"
	intern="no"
    body='<opennewwin url="$URL" reftype="$REFTYPE" target="$TARGET" intern="$INTERN">'
    end='</opennewwin>'
>

<define name="example_link"
	url="#"
	body='<tut_opennewwin intern="yes" url="examples/$URL">'
	end='</tut_opennewwin>'
>


<define name="reference_link"
    body='<tut_opennewwin url="reference/index.xml" intern="yes">Referenz</tut_opennewwin>'
>
<define name="download_link"
    body='<tut_link_extern url="../../downloads/xml2html.tar.gz">Download</tut_link_extern>'
>
<define name="xml_link"
    body='<tut_opennewwin url="http://www.w3.org/XML/">xml</tut_opennewwin>'
>
<define name="fh_link"
    body='<tut_opennewwin url="http://www.fh-wedel.de">Fachhochschule Wedel</tut_opennewwin>'
>
<define name="email2authors"
    text="Autoren"
    body='<tut_opennewwin url="mailto:mi3262@fh-wedel.de;tobyto@gmx.de?subject=xml2html tutorium" intern="yes">$TEXT</tut_opennewwin>'
>

<define name="src_code_unpre"
    color="#e0e0e0"
    body='
            <tut_table cellpadding="0" cellspacing="0" bgcolor="$COLOR">
            <tr>
                <td>'
    end='       </td>
            </tr>
            </table>'
>


<define name="top"
        body='<a name="top"></a>'
>

<define
 name="attop"
 body='<a href="#top">[ nach oben ]</a>'
>

<define name="tut_src"
    body=''
    end=''
>

</definitions>



 ... [ xml2html-Tutorial ] ... [ xml2html-Tutorial ] ... [ xml2html-Tutorial >> ] ... [ nach oben ] ...   ... [ Referenz ] ...