Re: [xml] sax + startElement



Hi Jovan,

"Jovan Kostovski" <chombium gmail com> writes:

I want to extract the element atributes and to fill in some structures in
my program.

[...]

I'm testing the parser with small xml file:

<?xml version="1.0"?>
<array>
  <number>0</number>
  <number>1</number>
  <number>42</number>
</array>

Perhaps you are not getting any attributes because your test file does
not have any ;-).


hth,
-boris


-- 
Boris Kolpackov
Code Synthesis Tools CC
http://www.codesynthesis.com
Open-Source, Cross-Platform C++ XML Data Binding




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]