File: test_xmlsax.pro

package info (click to toggle)
gnudatalanguage 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 80,832 kB
  • sloc: cpp: 198,435; ansic: 47,740; sh: 691; python: 474; makefile: 149; xml: 69; f90: 28
file content (10 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
;
; Testing IDLffxmlSaX
; 2019-05-06 : GD 
; ---------------------
;
PRO TEST_XMLSAX
a=obj_new("ob_xml_to_struct")
a->ParseFile,"obxml.xml"
; should print: "Diameter: 0.448"
END