From 2299f0c8316d77542a815db929e0b1a6ffa97658 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 10 Sep 2006 20:21:19 +0000 Subject: [PATCH] Add todo items to the files. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@402 48356398-32a2-884e-a903-53898d9a118a --- configdoc/generate.php | 13 ++++++++++++- configdoc/styles/plain.xsl | 6 ++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/configdoc/generate.php b/configdoc/generate.php index 1941c822..2597777d 100644 --- a/configdoc/generate.php +++ b/configdoc/generate.php @@ -1,5 +1,15 @@ formatOutput = true; $dom_root->appendChild($dom_document->createElement('title', 'HTML Purifier')); /* -TODO: +TODO for XML format: - namespace descriptions - enumerated values - default values +- create a definition (DTD or other) once interface stabilizes */ foreach($definition->info as $namespace_name => $namespace_info) { diff --git a/configdoc/styles/plain.xsl b/configdoc/styles/plain.xsl index bb0d4563..c3bbc050 100644 --- a/configdoc/styles/plain.xsl +++ b/configdoc/styles/plain.xsl @@ -13,6 +13,12 @@ media-type = "text/html" /> + +