Index operator’s station id} ascent capture value, Invalid characters and escape sequences – Kofax Ascen 7.0 Release Script User Manual

Page 14

Advertising
background image

Ascent® 7.0 Release Script for XML Release Notes

10

Kofax, Inc.

{Index Operator’s Station ID} Ascent Capture Value

The Ascent Capture Value {Index Operator’s Station ID} has been deprecated and replaced by

{Validation Operator’s Station ID}. It is strongly recommended that you use {Validation

Operation’s Station ID} instead.

Invalid Characters and Escape Sequences

Table 1 lists characters that are not valid for various names and values, due to XML constraints. If

a name or value string contains these characters, the invalid characters will be automatically

replaced at release with escape sequences that are permissible for XML.

Viewing XML Files That Contain Upper ASCII Characters

When viewing XML files that contain upper ASCII characters (such as а, г, к, ь, and other

characters greater than ASCII 127), you should use a tool or viewer that supports Unicode

characters. Otherwise, upper ASCII characters will not display correctly with the tool or viewer.

Refer to the documentation that came with your tool or viewer to determine if it supports Unicode

characters. (SPRs 27112 and 27113)

Workaround: If your XML files contain upper ASCII characters, use a tool or viewer that

supports Unicode characters to view the files.

Table 1. Invalid Characters

Invalid characters:

Are not valid for:

And will be replaced with:

Less than sign (<)

Document Data Name
Document Data Value
Custom XML Element Value
Custom XML Attribute Value

&lt;

Ampersand (&)

Document Data Name
Document Data Value
Custom XML Element Value
Custom XML Attribute Value

&amp;

Quotation marks (“)

Document Data Name
Document Data Value
Custom XML Attribute Value

&quot;

Advertising