From koffice-devel Wed Dec 24 09:28:08 2003 From: Nicolas Goutte Date: Wed, 24 Dec 2003 09:28:08 +0000 To: koffice-devel Subject: [FILE] XSL templates used for I18N in Kivio X-MARC-Message: https://marc.info/?l=koffice-devel&m=107225821109375 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--Boundary-00=_owV6/lxEKT15kIl" --Boundary-00=_owV6/lxEKT15kIl Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Attached are the XSL templates that I have used for extracting the I18N data of the SML shapes and of the shape description, in Kivio. They are rather quick&dirty. (This email is more to avoid giving the impression that I would not publish the templates.) Use (adapt the paths if necessary): xsltproc kivio-extract-i18n-desc `find koffice/kivio -name "desc"` > koffice/ kivio/kivio-desc-i18n.cpp xsltproc kivio-extract-i18n-sml `find koffice/kivio -name "*.sml"` > koffice/ kivio/kivio-sml-i18n.cpp Have a nice day! --Boundary-00=_owV6/lxEKT15kIl Content-Type: text/x-xslt; charset="iso-8859-15"; name="kivio-extract-i18n-desc.xslt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="kivio-extract-i18n-desc.xslt" i18n("Stencils","") // Title (Collection) i18n("Stencils","") // Title --Boundary-00=_owV6/lxEKT15kIl Content-Type: text/x-xslt; charset="iso-8859-15"; name="kivio-extract-i18n-sml.xslt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="kivio-extract-i18n-sml.xslt" i18n("Stencils","") // Title i18n("Stencils","") // Description --Boundary-00=_owV6/lxEKT15kIl Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ koffice-devel mailing list koffice-devel@mail.kde.org https://mail.kde.org/mailman/listinfo/koffice-devel --Boundary-00=_owV6/lxEKT15kIl--