This XSL stylesheet produces the Cautions ANS extract file (CautionExtract yyyymmdd.txt) from a PBS XML document.
The Caution extract lists all Caution Ids and their descriptions. It is used for linking to values in the LinkExtract and PBS Item Table extract files.
The source document must be a PBS XML document.
The result document is a text file.
The field delimeter in this file is the tab character.
Field Name | Format | Maximum Length | Start Position | Description |
---|---|---|---|---|
Caution Id | Character | 4 | 1 | Numeric characters |
Caution Text | Character | 12600 | 6 | Text of Caution description from the PBS Book. |
Version | Release date | Changes |
---|---|---|
2.1.1 | 07 November 2012 | Added documentation. |
2.1 | 18 July 2012 | Ignore cautions in changes. (performance optimisation) |
2.0.3 | 25 May 2012 | Improve management of whitespace. |
2.0.2 | 25 October 2011 | Fixed field padding... again. |
2.0.1 | 15 June 2011 | Fixed field padding. |
2.0 | 18 February 2011 | Updated for PBS XML Schema v2.4. |
1.0 | 01 October 2009 | Initial version. |