[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BBWin config file xml parsing API
- To: hobbit (at) hswn.dk
- Subject: BBWin config file xml parsing API
- From: jon (at) shadowsoft.com (Jon Boede)
- Date: Mon, 24 Nov 2008 10:26:07 -0600
- Cc: etienne.grignon (at) gmail.com
- User-agent: Thunderbird 2.0.0.18 (Windows/20081105)
Anybody have experience with writing extensions for BBWin?
Specifically, I need to create three-tier configuration like:
<extension>
<foo param="param1">
<bar baz="baz1" />
<bar baz="baz2" />
<bar baz="baz3" />
</foo>
<foo param="param2">
<bar baz="baz4" />
<bar baz="baz5" />
</foo>
</extension>
I can get to the foo's but not the bar's.
It seems that GetConfigurationRange only seems to want to work one deep
from the <extension> level... but there's a HIGH possibility that I'm
doing something wrong. :-)
Thanks,
Jon