quarta-feira, 29 de abril de 2009

Clarion - Xml - IqXml - Links

http://translate.google.com.br/translate?hl=pt-BR&sl=en&u=http://news.clarionlife.net/archives/tag/iq-xml&ei=z2j4Saw9yMe2B9HN5bYP&sa=X&oi=translate&resnum=5&ct=result&prev=/search%3Fq%3DiQ-XML%26hl%3Dpt-BR%26lr%3D%26sa%3DG

Xml - Template iqxml - Matos

Site:
http://www.paresi.net/clarion/index.html






!after global includes
INCLUDE('iQXML.inc','Equates')
!Inside The global map
INCLUDE('iQXML.inc','Modules')



! Load the XML file to process it

! ------------------------------- If ~Xml:LoadFromFile('InvoiceExample.xml') If ~xml:FindNextNode('Customers','Customer') Xml:PrimaryKeyCascade('CustomerName') Xml:PrimaryKeyCascade('CustomerID') IRecs = XML:LoadQueue(InvoicesQueue,True,True) End XML:Free() XML:DebugMyQueue(InvoicesQueue,'The Invoice Queue') End