| /trunk/main/xsltml/ |
| H A D | xsltml_2.1.2.patch | 1 --- misc/xsltml_2.1.2/cmarkup.xsl 2009-03-27 08:11:02.000000000 +0100 2 +++ misc/build/xsltml_2.1.2/cmarkup.xsl 2008-03-07 21:36:34.000000000 +0100 7 -<!-- $Id: cmarkup.xsl,v 1.8 2003/06/10 12:24:04 shade33 Exp $ 8 +<!-- $Id: cmarkup.xsl 2755 2008-03-07 20:35:56Z hauma $ 16 <xsl:text> & \text{if $</xsl:text> 17 <xsl:apply-templates select="*[2]"/> 18 <xsl:text>$}</xsl:text> 19 - <xsl:if test="not(position()=last()) or ../m:otherwise"><xsl:text>\\ </xsl:text></xsl:if> 20 + <xsl:if test="not(position()=last()) or ../m:otherwise"><xsl:text>\\ </xsl:text><… 21 </xsl:template> [all …]
|
| H A D | makefile.mk | 44 entities.xsl \ 45 glayout.xsl \ 46 mmltex.xsl \ 47 cmarkup.xsl \ 48 scripts.xsl \ 49 tables.xsl \ 50 tokens.xsl \
|
| /trunk/main/writerfilter/source/doctok/ |
| H A D | compactxmi.xsl | 1 <xsl:stylesheet 3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 27 <xsl:output method="xml"/> 29 <xsl:template match="/"> 30 <xsl:apply-templates select="//UML:Model"/> 31 </xsl:template> 33 <xsl:template match="UML:Model"> 35 <xsl:attribute name="name"> 36 <xsl:value-of select="@name"/> 37 </xsl:attribute> [all …]
|
| H A D | WW8inc.xsl | 22 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xhtml="http://… 23 <xsl:output method="text" encoding="iso-8859-1"/> 25 <xsl:template match="/"> 26 <xsl:apply-templates select="//xhtml:body/xhtml:table"/> 27 </xsl:template> 29 <xsl:template match="xhtml:table"> 30 <xsl:apply-templates select="xhtml:tbody/xhtml:tr[2]"/> 31 </xsl:template> 33 <xsl:template name="handleTR"> 34 <xsl:param name="offset"/> [all …]
|
| H A D | resourceidmapperback.xsl | 22 …xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:office="urn:oa… 24 <xsl:output method="text" /> 27 <xsl:key name="same-valued-tagged-data" 30 <xsl:template match="/"> 32 <xsl:text> 53 /* Attributes */
</xsl:text> 54 …<xsl:for-each select='.//UML:Attribute[@name!="reserved"][count(.//UML:Stereotype[@xmi.idref="noqn… 55 <xsl:choose> 56 …<xsl:when test='generate-id(UML:TaggedValue.dataValue) != generate-id(key("same-valued-tagged-data… 57 … <!-- <xsl:when test='.//UML:TaggedValue.dataValue = preceding::*//UML:TaggedValue.dataValue'/>--> [all …]
|
| H A D | resourceidmapper.xsl | 22 …xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:office="urn:oa… 24 <xsl:output method="text" /> 27 <xsl:key name="same-valued-tagged-data" 30 <xsl:template match="/"> 32 <xsl:text> 53 /* Attributes */
</xsl:text> 54 …<xsl:for-each select='.//UML:Attribute[@name!="reserved"][count(.//UML:Stereotype[@xmi.idref="noqn… 55 <xsl:choose> 56 …<xsl:when test='generate-id(UML:TaggedValue.dataValue) != generate-id(key("same-valued-tagged-data… 57 … <!-- <xsl:when test='.//UML:TaggedValue.dataValue = preceding::*//UML:TaggedValue.dataValue'/>--> [all …]
|
| H A D | escherdoc.xsl | 22 …xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:office="urn:oa… 24 <xsl:output method="xml" indent="yes"/> 26 <xsl:template match="/"> 28 <xsl:for-each select="//xhtml:table"> 29 <xsl:apply-templates select="." mode="eschertable"/> 30 </xsl:for-each> 32 </xsl:template> 34 <xsl:template match="xhtml:table" mode="eschertable"> 35 <xsl:apply-templates select=".//xhtml:tr[position() > 1]" mode="eschertable"/> 36 </xsl:template> [all …]
|
| H A D | WW8sprms.xsl | 22 …xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:office="urn:oa… 24 <xsl:output method="xml" indent="yes"/> 26 <xsl:template match="/"> 28 <xsl:apply-templates select=".//xhtml:tr[position() > 2]"/> 30 </xsl:template> 32 <xsl:template match='xhtml:tr'> 33 <xsl:variable name='sprmname'><xsl:value-of select='xhtml:td[1]'/></xsl:variable> 34 <xsl:variable name='sprmid'><xsl:value-of select='xhtml:td[2]'/></xsl:variable> 36 <xsl:attribute name='xmi.id'><xsl:value-of select='$sprmname'/></xsl:attribute> 37 <xsl:attribute name='name'><xsl:value-of select='$sprmname'/></xsl:attribute> [all …]
|
| H A D | xmitocpp | 23 xalan -xsl qnametostr.xsl -in resources.xmi > qnametostr.tmp 24 xalan -xsl sprmcodetostr.xsl -in resources.xmi > sprmcodetostr.tmp 25 xalan -xsl resources.xsl -in resources.xmi > resources.hxx 26 xalan -xsl resourcesimpl.xsl -in resources.xmi > resources.cxx 27 xalan -xsl resourceids.xsl -in resources.xmi > ../../inc/doctok/resourceids.hxx 28 xalan -xsl sprmids.xsl -in resources.xmi > ../../inc/resourcemodel/sprmids.hxx
|
| H A D | xmistat.xsl | 22 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:UML = 'org.omg… 23 <xsl:output indent="yes"/> 24 <xsl:template match="/"> 25 <xsl:for-each select="//UML:Class[@xmi.id]"> 26 <xsl:value-of select="@xmi.id"/> 27 <xsl:text>
</xsl:text> 28 </xsl:for-each> 29 <xsl:value-of select="count(//UML:Class)"/> 30 </xsl:template> 31 </xsl:stylesheet>
|
| /trunk/main/filter/source/xslt/import/wordml/ |
| H A D | wordml2ooo_props.xsl | 1 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="urn:oasis:… nsprefix 30 <xsl:template name="page-layout-properties"> 33 <xsl:attribute name="fo:margin-top"> 34 <xsl:variable name="header-margin"> 35 <xsl:choose> 36 <xsl:when test="w:pgMar/@w:header"> 37 <xsl:value-of select="w:pgMar/@w:header"/> 38 </xsl:when> 39 <xsl:otherwise>720</xsl:otherwise> 40 </xsl:choose> [all …]
|
| /trunk/ext_libraries/ratscan/scan/ |
| H A D | rat-output-to-html.xsl | 1 <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> nsprefix 26 <xsl:variable name="now" select="current-dateTime()"/> 28 <xsl:template match="/"> 32 <xsl:comment>Generated at <xsl:value-of select="$now"/></xsl:comment> 65 <xsl:apply-templates/> 66 <xsl:call-template name="generated"/> 69 </xsl:template> 71 <xsl:template match="rat-report"> 82 …<td colspan="1" class="notes">Notes: <xsl:value-of select="count(descendant::type[attribute::name=… 83 …<td colspan="1" class="binaries">Binaries: <xsl:value-of select="count(descendant::type[attribute:… [all …]
|
| /trunk/main/writerfilter/source/ooxml/ |
| H A D | rngtocxx | 23 xalan -xsl modelpreprocess.xsl -in model.xml > model_processed.xml 24 xalan -xsl resourcestokens.xsl -in model_processed.xml > OOXMLtokens.hxx 25 xalan -xsl resources.xsl -in model_processed.xml > OOXMLresources.hxx 26 xalan -xsl resourcesimpl.xsl -in model_processed.xml > OOXMLresources.cxx 27 xalan -xsl resourcesimpl_dml-baseStylesheet.xsl -in model_processed.xml > OOXMLresources_dml-baseSt… 28 xalan -xsl resourcesimpl_dml-baseTypes.xsl -in model_processed.xml > OOXMLresources_dml-baseTypes.c… 29 xalan -xsl resourcesimpl_dml-chartDrawing.xsl -in model_processed.xml > OOXMLresources_dml-chartDra… 30 xalan -xsl resourcesimpl_dml-documentProperties.xsl -in model_processed.xml > OOXMLresources_dml-do… 31 xalan -xsl resourcesimpl_dml-graphicalObject.xsl -in model_processed.xml > OOXMLresources_dml-graph… 32 xalan -xsl resourcesimpl_dml-shape3DCamera.xsl -in model_processed.xml > OOXMLresources_dml-shape3D… [all …]
|
| H A D | README.efforts | 42 2.1.1. Use analyzemodel.xsl to extract necessary data from model.xml. 80 In this stage analyzestage2.xsl is used on the result of stage 1 to 89 model.xml with the extracted data. It uses analyzestage3.xsl on the 137 This stage uses todo.xsl on the result of 2.3. 148 This stage uses effort.xsl on the results of 3.1. and produces the
|
| /trunk/main/readlicense_oo/docs/readme/ |
| H A D | eval.xsl | 1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> nsprefix 22 <xsl:output method="text" /> 23 <xsl:template match="/Readme"> 46 <xsl:apply-templates /> 50 </xsl:template> 52 <xsl:template match="Section"> 54 <th colspan="9" align='left' class="section">SECTION <xsl:value-of select="@id" /></th> 56 <xsl:apply-templates /> 57 </xsl:template> 59 <xsl:template match="Paragraph"> [all …]
|
| /trunk/main/helpcontent2/source/auxiliary/ |
| H A D | index.xsl | 1 <xsl:stylesheet version="1.0" encoding="UTF-8" 2 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 38 <xsl:param name="Language" select="'en-US'"/> 40 <xsl:template match="helpdocument|body"> 41 <xsl:choose> 42 <xsl:when test="meta/topic[@indexer='exclude']"/> 43 <xsl:otherwise> 44 <xsl:apply-templates/> 45 </xsl:otherwise> 46 </xsl:choose> [all …]
|
| /trunk/main/filter/prj/ |
| H A D | d.lst | 33 ..\source\xslt\common\*.xsl %_DEST%\bin%_EXT%\xslt\common\*.xsl 34 ..\source\xslt\export\common\*.xsl %_DEST%\bin%_EXT%\xslt\export\common\*.xsl 35 ..\source\xslt\odf2xhtml\export\common\*.xsl %_DEST%\bin%_EXT%\xslt\export\common\*.xsl 36 ..\source\xslt\odf2xhtml\export\common\styles\*.xsl %_DEST%\bin%_EXT%\xslt\export\common\styles\*.x… 37 ..\source\xslt\odf2xhtml\export\common\table\*.xsl %_DEST%\bin%_EXT%\xslt\export\common\table\*.xsl 38 ..\source\xslt\export\spreadsheetml\*.xsl %_DEST%\bin%_EXT%\xslt\export\spreadsheetml\*.xsl 39 ..\source\xslt\export\wiki\*.xsl %_DEST%\bin%_EXT%\xslt\export\wiki\*.xsl 41 ..\source\xslt\export\wordml\*.xsl %_DEST%\bin%_EXT%\xslt\export\wordml\*.xsl 42 ..\source\xslt\export\uof\*.xsl %_DEST%\bin%_EXT%\xslt\export\uof\*.xsl 43 ..\source\xslt\export\uof2\*.xsl %_DEST%\bin%_EXT%\xslt\export\uof2\*.xsl [all …]
|
| /trunk/main/writerfilter/source/ |
| H A D | Makefile | 36 wf_SRC_doctok_Resources_xsl=$(WFDIR)doctok/resources.xsl 37 wf_SRC_doctok_ResourcesImpl_xsl=$(WFDIR)doctok/resourcesimpl.xsl 38 wf_SRC_doctok_ResourceIds_xsl=$(WFDIR)doctok/resourceids.xsl 39 wf_SRC_doctok_SprmIds_xsl=$(WFDIR)doctok/sprmids.xsl 40 wf_SRC_doctok_ResourceTools_xsl=$(WFDIR)doctok/resourcetools.xsl 65 wf_SRC_ooxml_Preprocess_xsl=$(WFDIR)ooxml/modelpreprocess.xsl 66 wf_SRC_ooxml_FactoryTools_xsl=$(WFDIR)ooxml/factorytools.xsl 67 wf_SRC_ooxml_FastTokens_xsl=$(WFDIR)ooxml/fasttokens.xsl 68 wf_SRC_ooxml_NamespaceIds_xsl=$(WFDIR)ooxml/namespaceids.xsl 69 wf_SRC_ooxml_FactoryValues_xsl=$(WFDIR)ooxml/factory_values.xsl [all …]
|
| /trunk/main/writerfilter/ |
| H A D | Package_writerfilter_generated.mk | 40 writerfilter/source/doctok/resources.xsl \ 41 writerfilter/source/doctok/resourcesimpl.xsl \ 42 writerfilter/source/doctok/resourceids.xsl \ 43 writerfilter/source/doctok/sprmids.xsl \ 44 writerfilter/source/doctok/resourcetools.xsl \ 46 writerfilter/source/ooxml/modelpreprocess.xsl \ 47 writerfilter/source/ooxml/factorytools.xsl \ 48 writerfilter/source/ooxml/fasttokens.xsl \ 49 writerfilter/source/ooxml/namespaceids.xsl \ 50 writerfilter/source/ooxml/factory_values.xsl \ [all …]
|
| /trunk/main/scp2/source/ooo/ |
| H A D | file_ooo.scp | 1304 Name = "/xslt/common/measure_conversion.xsl"; 1311 Name = "/xslt/common/math.xsl"; 1318 Name = "/xslt/export/common/body.xsl"; 1325 Name = "/xslt/export/common/table_of_content.xsl"; 1332 Name = "/xslt/export/common/ooo2ms_docpr.xsl"; 1339 Name = "/xslt/export/common/styles/style_collector.xsl"; 1346 Name = "/xslt/export/common/styles/style_mapping_css.xsl"; 1353 Name = "/xslt/export/common/table/table.xsl"; 1360 Name = "/xslt/export/common/table/table_cells.xsl"; 1367 Name = "/xslt/export/common/table/table_columns.xsl"; [all …]
|
| /trunk/main/solenv/inc/ |
| H A D | tg_config.mk | 53 $(XSLDIR)/schema_val.xsl \ 54 $(XSLDIR)/sanity.xsl \ 55 $(XSLDIR)/schema_trim.xsl 66 $(SYSXSLDIR)schema_val.xsl $< 68 $(SYSXSLDIR)sanity.xsl $< 70 $(SYSXSLDIR)schema_trim.xsl $< 81 $(XCS_RESOURCES) : $(XSLDIR)/resource.xsl 92 $(SYSXSLDIR)resource.xsl $< 106 $(XSLDIR)/data_val.xsl \ 107 $(XSLDIR)/alllang.xsl [all …]
|
| /trunk/main/filter/source/docbook/ |
| H A D | makefile.mk | 31 $(BIN)$/docbooktosoffheadings.xsl \ 32 $(BIN)$/sofftodocbookheadings.xsl \ 36 $(OUT)$/bin$/docbooktosoffheadings.xsl: docbooktosoffheadings.xsl 37 $(COPY) docbooktosoffheadings.xsl $(OUT)$/bin$/docbooktosoffheadings.xsl 39 $(OUT)$/bin$/sofftodocbookheadings.xsl: sofftodocbookheadings.xsl 40 $(COPY) sofftodocbookheadings.xsl $(OUT)$/bin$/sofftodocbookheadings.xsl
|
| /trunk/main/xmlhelp/ |
| H A D | Package_xsl.mk | 26 $(eval $(call gb_Package_add_file,xmlhelp_xsl,bin/embed.xsl,util/embed.xsl)) 27 $(eval $(call gb_Package_add_file,xmlhelp_xsl,bin/idxcaption.xsl,util/idxcaption.xsl)) 28 $(eval $(call gb_Package_add_file,xmlhelp_xsl,bin/idxcontent.xsl,util/idxcontent.xsl)) 29 $(eval $(call gb_Package_add_file,xmlhelp_xsl,bin/main_transform.xsl,util/main_transform.xsl))
|
| /trunk/main/readlicense_oo/util/ |
| H A D | makefile.pmk | 49 virtual : $(MERGEDXRM) $(COMMONMISC)$/readme.dtd $(PRJ)$/docs/readme.xsl 51 $(MISC)$/readme_text.xsl : virtual 52 $(SED) '' < ..$/readme.xsl > $@ 59 ..$/readme.xsl $(MERGEDXRM) 69 ..$/readme.xsl $(MERGEDXRM) 72 $(SYSTEXTDOCS) : $(MISC)$/readme_text.xsl
|
| /trunk/main/scp2/source/xsltfilter/ |
| H A D | file_xsltfilter.scp | 44 Name = "docbooktosoffheadings.xsl"; 51 Name = "sofftodocbookheadings.xsl"; 58 Name = "/xslt/export/xhtml/body.xsl"; 65 Name = "/xslt/export/xhtml/header.xsl"; 72 Name = "/xslt/export/xhtml/opendoc2xhtml.xsl"; 79 Name = "/xslt/export/xhtml/table.xsl";
|