- Timestamp:
- 03/03/10 13:20:33 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/model/datastorage/bind.xslt
r846 r1101 48 48 </xsl:choose> 49 49 </xsl:template> 50 51 <xsl:template match="@*" mode="bind"> 52 <xsl:copy> 53 <xsl:apply-templates select="@*"/> 54 </xsl:copy> 55 </xsl:template> 50 56 51 57 <xsl:template match="w:*" mode="bind"> … … 56 62 select="java:org.docx4j.openpackaging.parts.CustomXmlDataStoragePart.log('In w:* bind')"/--> 57 63 <xsl:copy> 58 <xsl:apply-templates mode="bind">64 <xsl:apply-templates select="@*|node()" mode="bind"> 59 65 <xsl:with-param name="storeItemID" select="$storeItemID" /> 60 66 <xsl:with-param name="xpath" select="$xpath" /> … … 70 76 <!-- >xsl:variable name="dummy" 71 77 select="java:org.docx4j.openpackaging.parts.CustomXmlDataStoragePart.log('In w:r bind')"/--> 78 79 <!-- TEMP: insert a new w:r, containing result --> 80 <w:r> 81 <w:t><xsl:value-of 82 select="java:org.docx4j.openpackaging.parts.CustomXmlDataStoragePart.getXPath( 83 $customXmlDataStorageParts, 84 $storeItemID, 85 $xpath, 86 $prefixMappings)" /></w:t> 87 </w:r> 88 <!-- INSTEAD OF 72 89 <xsl:choose> 73 90 <xsl:when test="w:rPr/w:rStyle/@w:val='Entry' or w:rPr/w:rStyle/@w:val='PlaceholderText'"> … … 89 106 </xsl:otherwise> 90 107 </xsl:choose> 108 --> 91 109 </xsl:template> 92 110
Note: See TracChangeset
for help on using the changeset viewer.
