|
|||||
| | |||||
| sub-categories and articles | ||
1 |
dastring | |
2 |
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
| ||
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 | ||