>> English << | Français | Deutsch | Magyar | 中文 | Polski adultinternetusers > Tutorials > XSLT Tutorial
>> Page 59 << | Prev | Next | Contents | Element Index

In the absence of Surf:output element the default output method is Surf ( XSLT stylesheet 1 ), but if document element of the output has value html (case insensitive) and it doesn't have an 'xmlns' attribute, then html method is used ( XSLT stylesheet 2 ).

XSLT stylesheet 1

XML Source
<source>

<h1> Surf output </h1>
<hr/>

</source>

Output
<h1> Surf output </h1>
<hr/>

HTML view

Surf output


XSLT stylesheet
<xsl:stylesheet version = '1.0'
     xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>

<xsl:template match="/">
     <xsl:copy-of select="/source/*"/>
</xsl:template>


</xsl:stylesheet>



XSLT stylesheet 2

XML Source
<source>

<h1> Surf output </h1>
<hr/>

</source>

Output
<html>
  <h1> Surf output </h1>
  <hr>
</html>

HTML view

Surf output



Kevin Carr in Stanton

Natural Skin Care and European Soaps
childs gps tracker
city of stanton
make money to walk


You can also get Organic Skin Care products from Bliss Bath Body and you must check out their Natural Body Lotions and bath soaps

Now if you are looking for the best deals on surf clothing from Quiksilver and Roxy then you have to check these amazing deals here:

Hey, check out this Organic Skin Care European Soaps along with Natural Lavender Body Lotion and shea butter

and we can get surf t shirts surfing shirt and And you must check out this website swim suit swimming suit and swim trunks

XSLT stylesheet
<xsl:stylesheet version = '1.0'
     xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>

<xsl:template match="/">
     <html>
          <xsl:copy-of select="/source/*"/>
     </html>
</xsl:template>


</xsl:stylesheet>


Kevin Carr in Stanton

Natural Skin Care and European Soaps
childs gps tracker
city of stanton
make money to walk


You can also get Organic Skin Care products from Bliss Bath Body and you must check out their Natural Body Lotions and bath soaps

Now if you are looking for the best deals on surf clothing from Quiksilver and Roxy then you have to check these amazing deals here:

Hey, check out this Organic Skin Care European Soaps along with Natural Lavender Body Lotion and shea butter

and we can get surf t shirts surfing shirt and And you must check out this website swim suit swimming suit and swim trunks