Questions tagged [omnixml]

OmniXML is an open source XML parser for Delphi, Turbo Delphi and Kylix.

The OmniXML is an open source XML parser written in Delphi by Miha Remec, Primož Gabrijelčič and contributors. It supports Delphi, Turbo Delphi and Kylix and is compatible with MS XML parser. It provides easy, fast and efficient way for XML parsing of documents in different code pages.

Latest release you can download here.

20 questions
2
votes
1 answer

Delphi, OmniXML - XML binding?

I'm trying out OmniXML after years of working with the default msxml implementation. I have several xml structures (some of which are pretty massive) for which I originally created a binding using the Delphi wizard. The binding was then edited…
Bourgui
  • 263
  • 3
  • 14
2
votes
1 answer

How to install OmniXml for Delphi Xe2/ OExport XLSX/ODS native Delphi/Lazarus import/export library

I know this might be a simple question but i searched the internet and couldn't find an answer. I am trying to install OExport - XLSX/ODS native Delphi/Lazarus import/export library http://www.kluug.at/xlsx-ods-delphi.php , but in order to install…
Cristian Vasuica
  • 369
  • 9
  • 22
1
vote
1 answer

omni xml create xml

What is the fastest way to implement a creation of xml file in this format:
none
  • 4,669
  • 14
  • 62
  • 102
0
votes
1 answer

How to search in XML with OmniXML when you have a slash sign inside string value

I'm using Delphi7, OmniXML. In my xml I have a field that contains '/' XML: ... 002-000004/13 ... When I search for value in XML that contains sign '/' my OmniXml returns error. iNodeKupac := FXMLDocument.SelectSingleNode( …
joskona
  • 13
  • 1
  • 6
0
votes
3 answers

Delphi7 - OmniXML - select specific node with multiple parameters

XML file: ... 10 3 5254304 test name 637.51 159.38 802.39 0.00 802.39 1
joskona
  • 13
  • 1
  • 6
1
2