Input
and copy and paste the following contents:<xml> <about> <description> This is a StAX XML stream parser, with look-back and suitable for streams.</description> </about> <usage> wasStAX_GetNodeValue(string xmlStream, string node) where xmlStream is a a flat string containing the xml file and, node is a node containing the value you wish to extract. </usage> </xml>
Code: Notecard Configuration Reader
.Input
notecard into the primitive.The expected output, should be:
Object: This is a StAX XML stream parser, with look-back and suitable for streams. Object: wasStAX_GetNodeValue(string xmlStream, string node) where xmlStream is a a flat string containing the xml file and, node is a node containing the value you wish to extract.