Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shabiel committed May 30, 2018
1 parent d4fdddc commit 21e40ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ Enhancements of current VISTA MXML Package, including
MXML is now its own package. The package was moved away from XT.

See documentation folder for documentation. This includes specific bug fixes made to the VA code that do not affect the functionality of the package.

KIDS builds are under the releases tab. Grab the latest one from there.
2 changes: 1 addition & 1 deletion documentation/bug-fixes-from-foia-april-2016.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bug fixes to VA VISTA in the VISTA XML PROCESSING UTILITIES package.

Both bug fixes are in routine MXMLPRSE. There are no other changes to the VISTA MXML* routines. The rest are additions.
Both bug fixes are in routine MXMLPRSE. There are no other changes to the VISTA MXML\* routines. The rest are additions.

1. HTML entities (anything starting with #) don't have enough read ahead to decipher the whole thing.
2. $$FTG^%ZISH used a form where the PATH and the FILENAME were concatenated. This is not officially supported by the Kernel; and thus didn't work on GT.M. The %ZISH call was changed so that it chopped the full path-filename if supplied into a path and a filename seperately.
Expand Down
3 changes: 2 additions & 1 deletion documentation/unit-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ MXMLDOMT routine. The relevant part of the test output has been copied below:
XMLFILE^MXMLDOMT - - Parse an XML document loacated on the File system (Sam's bu
g) - XML not parsed
----------------------------------------------------------------------- [FAIL]
XML9 - - XML Entity Encoder bug .----------------------------- [FAIL]

After the patch is installed, these failures should not be present.
After the patch is installed, these failures should not be present.

0 comments on commit 21e40ef

Please sign in to comment.