The Open Source Swiss Army Knife

/xml/xml_samples/
/xml/xml_samples/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /xml   /xml_samples 
sub-categories and articles

                                                  
dir1 dastring
dir2 add
   --->create new sub-category


4each.xml
add

<?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="4each.xsl"?> <catalog> <cd> <title>empire burlesque</title>

4each.xsl
add

<?xml version='1.0'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"> <xsl:template match="/"> <html> <body>

at.xml
add

<?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="at.xsl"?> <chapter>1 <chaptitle>hello world in xml to html with xslt</chaptitle> <para>trying to make the first xml to html attempt. Will the browser do the transform <em>by itself</em> if I just load the xml document?</para>

at.xsl
add

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict"> <xsl:template match="/"> <html><body>

chuz.xml
add

<?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="chuz.xsl"?> <catalog> <cd> <title>empire burlesque</title>

chuz.xsl
add

<?xml version='1.0'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/tr/wd-xsl"> <xsl:template match="/"> <html> <body>

for_each.xml
add

<?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="4each.xsl"?> <catalog> <cd> <title>empire burlesque</title>

for_each.xsl
add

<?xml version='1.0'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"> <xsl:template match="/"> <html> <body>

if.xml
add

<?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="if.xsl"?> <catalog> <cd> <title>empire burlesque</title>

if.xsl
add

<?xml version='1.0'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/tr/wd-xsl"> <xsl:template match="/"> <html> <body>

mystyle.xsl
add

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict"> <xsl:template match="/">

sample1.htm
add

<?xml version="1.0"?>
<CATALOG>
  <CD>
    <TITLE>Empire Burlesque</TITLE>
    <ARTIST>Bob Dylan</ARTIST>
    <COUNTRY>USA</COUNTRY>
    <COMPANY>Columbia</COMPANY>
    <PRICE>10.90</PRICE>
    <YEAR>1985</YEAR>
  </CD>
.
.
.

sort.xml
add

<?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="sort.xsl"?> <employees> <employee>

sort.xsl
add

<?xml version='1.0'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"> <xsl:template match="employees"> <ul>

style.xsl
add

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict"> <xsl:template match="/"> <html>
   --->upload your article


User submitted category site links


(None)

-->submit a page from your site dealing with xml_samples to the sirfsup! web directory for listing

return to top