Skip to content

Commit

Permalink
XHTML compliance
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@532 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Apr 3, 2009
1 parent bcfe40c commit 2667399
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion topics/java/related/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
xmllint --noout --schema related.xsd related.xml
xsltproc links2html.xslt related.xml > related.html
xsltproc links2html.xslt related.xml | python ../../presentation/ldf2pdf/closemeta.py > related.html

clean:
rm -f related.html
Expand Down
6 changes: 2 additions & 4 deletions topics/java/related/links2html.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
<xsl:template match="/links:repository">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>
Link repository
</title>
<style>h1{text-align:center}</style>
<title>Link repository</title>
<style type="text/css">h1{text-align:center}</style>
</head>
<body>
<h1>Link repository</h1>
Expand Down

0 comments on commit 2667399

Please sign in to comment.