Skip to content

Commit c217b7a

Browse files
author
livecodesam
authored
[Bugfix-14944] Correct text errors in User Guide's XML section.
1 parent fda2a2e commit c217b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/Processing Text and Data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ XML is simply a data tree. It must start with a root node, be well
990990
formed and nested. Tags may not overlap. For more information on XML see
991991
<http://en.wikipedia.org/wiki/XML>
992992

993-
Figure 52 below shows a typical XML tree. In this example we have
993+
Figure 56 below shows a typical XML tree. In this example we have
994994
represented a simple stack file as XML. The stack file has a single
995995
stack with two cards. On the first card there is a field named "Hello"
996996
with the contents "Hello World!". There is a second card, which is blank.
@@ -1128,7 +1128,7 @@ example, using the following function with sample tree depicted above:
11281128

11291129
put revXMLRootNode(1) into tRootNode
11301130

1131-
Results in *tVar* containing: *stackFile*
1131+
Results in *tRootNode* containing: *stackFile*
11321132

11331133
**Retrieving the First Child Element in a Node**
11341134

0 commit comments

Comments
 (0)