We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f0cf9d + 285709a commit 20a7d7eCopy full SHA for 20a7d7e
2024/articles/2024-12-09.pod
@@ -60,7 +60,7 @@ you want to parse a string that contains whole XML document then you could use C
60
61
62
In order to access guest tags, we first need to obtain guestList, which is the root of this
63
-XML document. The C<<$twig->root>> method returns the direct parent of all other elements. On the
+XML document. The C<< $twig->root >> method returns the direct parent of all other elements. On the
64
other hand, the C<children> method returns list of elements. The method can take an optional
65
argument. If a string is passed to the method, XML elements that match the string will be fetched;
66
otherwise, all elements of the current root will be fetched in document order. The returned list
0 commit comments