MarkView 7.1.0 (for Oracle and SAP) Known Issue for SPR00080347 - The "getTaxCodes2tsv.xsl" file is missing a semicolon.
Summary
This article contains details regarding the MarkView 7.1.0 (for Oracle and SAP) Known Issue for SPR00080347 - The getTaxCodes2tsv.xsl file is missing a semicolon. 5099
SPR #
SPR00080347
SPR Description:
The getTaxCodes2tsv.xsl file is missing a semicolon.
Related to:
- MarkView 7.0.1 (for Oracle and SAP)>
- Kofax Transformation Modules Project Builder
Workaround:
- Open the file getTaxCodes2tsv.xsl.
- Add a semicolon to the line shown in the following samples:
Original file (see the third line):
<xsl:text>"</xsl:text> <xsl:value-of select="normalize-space(DESCRIPTION)"/> <xsl:text>"</xsl:text> <xsl:text/> <xsl:text/> <xsl:text>"</xsl:text> <xsl:value-of select="normalize-space(ORG)"/> <xsl:text>"</xsl:text> <xsl:text/>
Changed file (see the change in the third line):
<xsl:text>"</xsl:text> <xsl:value-of select="normalize-space(DESCRIPTION)"/> <xsl:text>";</xsl:text> <xsl:text/> <xsl:text/> <xsl:text>"</xsl:text> <xsl:value-of select="normalize-space(ORG)"/> <xsl:text>"</xsl:text> <xsl:text/>
Additional Details:
None
Keywords: Documentation, known issue