[aXSL-commit] SF.net SVN: axsl: [453] trunk/axsl/doc/web/dtds/0.1/en/axsl-font-config.dtd
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-04-14 23:57:10
|
Revision: 453 Author: victormote Date: 2006-04-14 16:57:05 -0700 (Fri, 14 Apr 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=453&view=rev Log Message: ----------- Make the font reference CDATA instead of IDREF as they can now be registered in other places. Modified Paths: -------------- trunk/axsl/doc/web/dtds/0.1/en/axsl-font-config.dtd Modified: trunk/axsl/doc/web/dtds/0.1/en/axsl-font-config.dtd =================================================================== --- trunk/axsl/doc/web/dtds/0.1/en/axsl-font-config.dtd 2006-03-26 17:53:48 UTC (rev 452) +++ trunk/axsl/doc/web/dtds/0.1/en/axsl-font-config.dtd 2006-04-14 23:57:05 UTC (rev 453) @@ -153,7 +153,7 @@ simulate-expanded CDATA #IMPLIED simulate-extra-expanded CDATA #IMPLIED simulate-ultra-expanded CDATA #IMPLIED - font IDREF #REQUIRED + font CDATA #REQUIRED encoding CDATA #IMPLIED > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |