From 92773b510e139ee2dc2d7a06d64cd5024f3dcdcc Mon Sep 17 00:00:00 2001 From: Thomas Wolmer Date: Sat, 9 Apr 2005 19:51:50 +0000 Subject: [PATCH] Added handling of open-ended quotes. git-svn-id: https://projectaon.org/data/trunk@47 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- xml/latex.xsl | 7 +++++-- xml/pml.xsl | 7 +++++-- xml/xhtml-pda.xsl | 7 +++++-- xml/xhtml.xsl | 7 +++++-- 4 files changed, 20 insertions(+), 8 deletions(-) diff --git a/xml/latex.xsl b/xml/latex.xsl index 5f01f96..e362a52 100644 --- a/xml/latex.xsl +++ b/xml/latex.xsl @@ -17,6 +17,9 @@ $Id$ $Log$ +Revision 1.2 2005/04/09 19:51:50 angantyr +Added handling of open-ended quotes. + Revision 1.1 2005/01/30 01:32:52 jonathan.blake Initial freepository revision of XML support documents. @@ -938,13 +941,13 @@ The implementation of tables is incomplete and kludgy. &lsquot; - &rsquot; + &rsquot; &ldquot; - &rdquot; + &rdquot; diff --git a/xml/pml.xsl b/xml/pml.xsl index bdaf32a..4ae0a3d 100644 --- a/xml/pml.xsl +++ b/xml/pml.xsl @@ -9,6 +9,9 @@ $Id$ $Log$ +Revision 1.2 2005/04/09 19:51:50 angantyr +Added handling of open-ended quotes. + Revision 1.1 2005/01/30 01:32:52 jonathan.blake Initial freepository revision of XML support documents. @@ -696,13 +699,13 @@ Restarted work from base xhtml.xsl. &lsquot; - &rsquot; + &rsquot; &ldquot; - &rdquot; + &rdquot; diff --git a/xml/xhtml-pda.xsl b/xml/xhtml-pda.xsl index 519a180..1ad27a6 100644 --- a/xml/xhtml-pda.xsl +++ b/xml/xhtml-pda.xsl @@ -8,6 +8,9 @@ $Id$ $Log$ +Revision 1.2 2005/04/09 19:51:50 angantyr +Added handling of open-ended quotes. + Revision 1.1 2005/01/30 01:32:52 jonathan.blake Initial freepository revision of XML support documents. @@ -622,13 +625,13 @@ Initial revision ' - ' + ' " - " + " diff --git a/xml/xhtml.xsl b/xml/xhtml.xsl index 468f0c1..8156473 100644 --- a/xml/xhtml.xsl +++ b/xml/xhtml.xsl @@ -9,6 +9,9 @@ $Id$ $Log$ +Revision 1.2 2005/04/09 19:51:50 angantyr +Added handling of open-ended quotes. + Revision 1.1 2005/01/30 01:32:52 jonathan.blake Initial freepository revision of XML support documents. @@ -725,13 +728,13 @@ Todo: ' - ' + ' " - " + " -- 2.34.1