[Po4a-commits] "po4a/lib/Locale/Po4a Xml.pm,1.47,1.48"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Tue Jun 13 23:23:37 UTC 2006


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv2696/lib/Locale/Po4a

Modified Files:
	Xml.pm 
Log Message:
Include the comments starting with a #.
This permits to support SSI statements in the Xhtml module.
Thanks to Yves Rütschlé.


Index: Xml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Xml.pm,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- Xml.pm	11 Jun 2006 21:31:57 -0000	1.47
+++ Xml.pm	13 Jun 2006 23:23:34 -0000	1.48
@@ -400,6 +400,9 @@
 ##### Generic XML tag types #####' 
 
 my @tag_types = ( 
+	{	beginning	=> "!--#",
+		end		=> "--",
+		breaking	=> 0},
 	{	beginning	=> "!--",
 		end		=> "--",
 		breaking	=> 0,




More information about the Po4a-commits mailing list