Apple M8728Z/A User Manual - Page 191

If you added or removed lines in the heading you must add or remove lines

Page 191 highlights

For example, if you want this style sheet to output ink numbers and not key numbers, you would make the following changes: • In the heading section: Modify the following three lines: • Change Key Prefix&tab; to Ink Prefix&tab; • Change First Key&tab; to First Ink&tab; • Change Last Key&tab; to Last Ink&tab; If other names better suit your workflow, you can enter whatever text you like into the data part of these lines. Additionally, if you want to leave the original lines as they are and just add new lines for the ink numbers, you can do that, but keep in mind that this will make the output wider, which could make the output file difficult to print if that's your final goal. Another option is to change the key number-based lines into comments by preceding each line with . For example, is treated as a comment and is ignored when the file is used to process the XML film list. • In the item selection section: Modify the following three lines: • Change &tab; to &tab; • Change &tab; to &tab; • Change &tab; to &tab; If you added or removed lines in the heading section, you must add or remove lines in this section as well. The values you use here, such as inkprefix, must exactly match the way they appear in the film list XML file. The order of the items is important as well, because that order determines how the items match the heading names. After you have modified the Pull List XSL file, you can try it out and verify that you get the correct output. Chapter 10 Generating Film Lists and Change Lists 191

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258

For example, if you want this style sheet to output ink numbers and not key numbers,
you would make the following changes:
In the heading section:
Modify the following three lines:
• Change
<xsl:text>Key Prefix</xsl:text>&tab;
to
<xsl:text>Ink
Prefix</xsl:text>&tab;
• Change
<xsl:text>First Key</xsl:text>&tab;
to
<xsl:text>First
Ink</xsl:text>&tab;
• Change
<xsl:text>Last Key</xsl:text>&tab;
to
<xsl:text>Last
Ink</xsl:text>&tab;
If other names better suit your workflow, you can enter whatever text you like into the
data part of these lines. Additionally, if you want to leave the original lines as they are
and just add new lines for the ink numbers, you can do that, but keep in mind that this
will make the output wider, which could make the output file difficult to print if that’s
your final goal.
Another option is to change the key number–based lines into comments by preceding
each line with
<!--
and following each with
-->
. For example,
<!--<xsl:text>Key
Prefix</xsl:text>&tab;-->
is treated as a comment and is ignored when the file is
used to process the XML film list.
In the item selection section:
Modify the following three lines:
• Change
<xsl:value-of select="keyprefix"/>&tab;
to
<xsl:value-of
select="inkprefix"/>&tab;
• Change
<xsl:value-of select="keynumstart"/>&tab;
to
<xsl:value-of
select="inknumstart"/>&tab;
• Change
<xsl:value-of select="keynumend"/>&tab;
to
<xsl:value-of
select="inknumend"/>&tab;
If you added or removed lines in the heading section, you must add or remove lines
in this section as well. The values you use here, such as
inkprefix
, must exactly match
the way they appear in the film list XML file. The order of the items is important as well,
because that order determines how the items match the heading names.
After you have modified the Pull List XSL file, you can try it out and verify that you get
the correct output.
191
Chapter 10
Generating Film Lists and Change Lists