@@ -152,7 +152,7 @@ class XMLDocumentList
152152 VXMLDocList::iterator theIterator;
153153 for (theIterator = doclist.begin (); theIterator != doclist.end (); theIterator++){
154154 CXMLDocument *curobject = (CXMLDocument *)(*theIterator);
155- // MDW-2013-07-09: [[ free xpath context ]]
155+ // MDW-2013-07-09: [[ xpath ]]
156156 xmlXPathFreeContext (curobject->GetXPathContext ());
157157 delete curobject;
158158 }
@@ -216,7 +216,7 @@ void DispatchMetaCardMessage(char *messagename,char *tmessage)
216216int retvalue = 0 ;
217217SetGlobal (" xmlvariable" ,tmessage,&retvalue);
218218char mcmessage[256 ];
219- // MDW-2013-07-09: [[ reference to extvariable should be to xmlvariable ]]
219+ // MDW-2013-07-09: [[ xpath ]]
220220sprintf (mcmessage," global xmlvariable;try;send \" %s xmlvariable\" to current card of stack the topstack;catch errno;end try;put 0 into xmlvariable" ,messagename);
221221SendCardMessage (mcmessage, &retvalue);
222222}
@@ -313,7 +313,7 @@ extern char *strlwr(char *str);
313313#endif
314314
315315
316- // MDW-2013-06-22: [[ update the version string as necessary ]]
316+ // MDW-2013-06-22: [[ xpath ]]
317317#define REVXML_VERSIONSTRING " 6.2.0"
318318
319319void REVXML_Version (char *args[], int nargs, char **retstring,
@@ -2164,7 +2164,7 @@ void XML_FindElementByAttributeValue(char *args[], int nargs, char **retstring,
21642164 *retstring = (result != NULL ? result : (char *)calloc (1 ,1 ));
21652165}
21662166
2167- // MDW-2013-06-22: [[ XPath functions ]]
2167+ // MDW-2013-06-22: [[ xpath ]]
21682168
21692169static xmlNodeSetPtr XML_Object_to_NodeSet (xmlXPathObjectPtr object)
21702170{
@@ -2426,8 +2426,9 @@ EXTERNAL_BEGIN_DECLARATIONS("revXML")
24262426 EXTERNAL_DECLARE_FUNCTION(" revXMLAttributes" , XML_ListOfAttributes)
24272427 EXTERNAL_DECLARE_FUNCTION(" revXMLMatchingNode" , XML_FindElementByAttributeValue)
24282428 EXTERNAL_DECLARE_FUNCTION(" revXMLAttributeValues" , XML_ListByAttributeValue)
2429- // MDW-2013-06-22: [[ declared preferred synonyms for consistency and sanity
2430- // propose deprecating the old keywords ]]
2429+ // MDW-2013-06-22: [[ xpath ]]
2430+ // declared preferred synonyms for consistency and sanity
2431+ // propose deprecating the old keywords
24312432 EXTERNAL_DECLARE_FUNCTION(" revXMLCreateTree" , XML_NewDocumentNS)
24322433 EXTERNAL_DECLARE_FUNCTION(" revXMLCreateTreeWithNamespaces" , XML_NewDocumentNNS)
24332434 EXTERNAL_DECLARE_FUNCTION(" revXMLCreateTreeFromFile" , XML_NewDocumentFromFileNS)
@@ -2445,7 +2446,7 @@ EXTERNAL_BEGIN_DECLARATIONS("revXML")
24452446 EXTERNAL_DECLARE_COMMAND(" revXMLPutIntoNode" , XML_SetElementContents)
24462447 EXTERNAL_DECLARE_COMMAND(" revXMLSetAttribute" , XML_SetAttributeValue)
24472448
2448- // MDW-2013-06-22: [[ XPath functions ]]
2449+ // MDW-2013-06-22: [[ xpath ]]
24492450 EXTERNAL_DECLARE_FUNCTION(" revXMLEvaluateXPath" , XML_EvalXPath)
24502451 EXTERNAL_DECLARE_FUNCTION(" revXMLDataFromXPathQuery" , XML_XPathDataFromQuery)
24512452EXTERNAL_END_DECLARATIONS
0 commit comments