[Japi-cvs] SF.net SVN: japi: [89] trunk
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2006-04-16 22:09:20
|
Revision: 89 Author: christianhujer Date: 2006-04-16 15:09:12 -0700 (Sun, 16 Apr 2006) ViewCVS: http://svn.sourceforge.net/japi/?rev=89&view=rev Log Message: ----------- DTDs are now published on the website. Modified Paths: -------------- trunk/build.xml trunk/src/doc/dtd/xhtml11_xinclude10-model-1.mod Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2006-04-16 22:08:07 UTC (rev 88) +++ trunk/build.xml 2006-04-16 22:09:12 UTC (rev 89) @@ -179,6 +179,9 @@ <fileset dir="src/doc"> <include name="**/.htaccess" /> <include name="**/*.html" /> + <include name="dtd/**/*.mod" /> + <include name="dtd/**/*.dtd" /> + <include name="dtd/**/*.xml" /> <include name="**/*.css" /> <include name="**/*.png" /> <exclude name="**/.xvpics/*.png" /> Modified: trunk/src/doc/dtd/xhtml11_xinclude10-model-1.mod =================================================================== --- trunk/src/doc/dtd/xhtml11_xinclude10-model-1.mod 2006-04-16 22:08:07 UTC (rev 88) +++ trunk/src/doc/dtd/xhtml11_xinclude10-model-1.mod 2006-04-16 22:09:12 UTC (rev 89) @@ -9,7 +9,7 @@ This DTD module is identified by the PUBLIC and SYSTEM identifiers: PUBLIC "-//JAPI//ENTITIES XHTML 1.1 + XInclude 1.0 Document Model 1.0//EN" - SYSTEM "http://www.w3.org/TR/xhtml11/DTD/xhtml11_xinclude10-model-1.mod" TODO + SYSTEM "http://japi.sourceforge.net/dtd/xhtml11_xinclude10-model-1.mod" Revisions: (none) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |