Parsing with dxml

Joel joelcnz at gmail.com
Wed Nov 20 00:07:53 UTC 2019


On Tuesday, 19 November 2019 at 14:20:39 UTC, Kagamin wrote:
> On Monday, 18 November 2019 at 06:44:43 UTC, Joel wrote:
>> ```
>> <?xml version="1.0"?>
>>
>> <resultset statement="SELECT * FROM bible.t_asv
>> " xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
>>   </row>
>>
>> ```
>
> You're missing a closing tag.

I can store the ASV Bible in an array (I check for if the last 
book, chapter, and verse number instead of a closing tag). But I 
haven't figured out how to get it into the class's setup I've got.


More information about the Digitalmars-d-learn mailing list