Re: revXMLNodeContents

2005-08-20 Thread Martin BLACKMAN
?? put rootThis is childa test/child/root into tXML put revcreateXMLtree(tXML,false,true,true) into tID put revXMLRootNode(tID) into tnode answer revXMLNodeContents(tID,tnode) --Outputs 'this is a test' put rootThis is wrapchilda test/child/wrap/root into tXML put

Re: revXMLNodeContents

2005-08-20 Thread Martin BLACKMAN
revXMLNodeContents(tID,tnode) --Outputs 'this is a test' put rootThis is wrapchilda test/child/wrap/root into tXML put revcreateXMLtree(tXML,false,true,true) into tID put revXMLRootNode(tID) into tnode answer revXMLNodeContents(tID,tnode) --Outputs 'this is ' Personally, I think

revXMLNodeContents

2005-08-19 Thread Martin BLACKMAN
answer revXMLNodeContents(tID,tnode) --Outputs 'this is a test' put rootThis is wrapchilda test/child/wrap/root into tXML put revcreateXMLtree(tXML,false,true,true) into tID put revXMLRootNode(tID) into tnode answer revXMLNodeContents(tID,tnode) --Outputs 'this is ' thanks in advance Martin

Re: revXMLNodeContents

2005-08-19 Thread Ken Ray
,false,true,true) into tID put revXMLRootNode(tID) into tnode answer revXMLNodeContents(tID,tnode) --Outputs 'this is a test' put rootThis is wrapchilda test/child/wrap/root into tXML put revcreateXMLtree(tXML,false,true,true) into tID put revXMLRootNode(tID) into tnode answer

revPutIntoXMLNode, revXMLNodeContents, and curly quotes

2005-05-24 Thread Peter T. Evensen
,” A revXMLText of the tree results in the string appearing as (where the codes are the equivalent to the first, but in hex): #x93;That#x92;s quite an honor,#x94; her mother said Is this a bug in the XML routines? revXMLNodeContents returns the curly quotes, but add a  before each. Peter