Bug 71797 - Missing support for translating XSLT scripts
Summary: Missing support for translating XSLT scripts
Status: RESOLVED INTENTIONAL
Alias: None
Product: docs.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: VLO normal
Target Milestone: ---
Assignee: Documentation Editorial Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-04 06:26 UTC by Keith Isdale
Modified: 2004-07-18 02:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch to add support for xsl:text extraction. Since any namespace can be used as the "XSLT' prefix should realy handle <*:text> but that is likely to create side effects (1.15 KB, patch)
2004-01-04 06:32 UTC, Keith Isdale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Isdale 2004-01-04 06:26:38 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          GCC-3.2 
OS:          Linux

To be able to support translation of XSLT scripts xml2po needs to be able extract xsl:text nodes.

After some discussion with Lauri I have made a patch handle this. Note : "Empty" xsl:text nodes must be allowed else formating will be lost.
Comment 1 Keith Isdale 2004-01-04 06:32:05 UTC
Created attachment 3964 [details]
Patch to add support for xsl:text extraction. Since any namespace can be used as the "XSLT' prefix should realy handle <*:text> but that is likely to create side effects
Comment 2 Keith Isdale 2004-07-18 02:35:23 UTC
Will address problem via translations to XML files.