By XML bit I understand you have some myfile="<mynode>anytext</mynode>" or similar in hands
so this should cover your needs:
USER>zwrite @reader.GlobalName
^||CacheTemp=1
^||CacheTemp(1,1)=$lb("element","","mynode","mynode",0,1)
^||CacheTemp(1,2)=$lb("chars","anytext","")
^||CacheTemp(1,3)=$lb("endelement","","mynode","mynode")
or is the content of myfile something else ??
- Log in to post comments