<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000099">
<font face="Arial">Anybody have experience with writing extensions for
BBWin?<br>
<br>
Specifically, I need to create three-tier configuration like:<br>
<br>
<extension><br>
    <foo param="param1"><br>
       <bar baz="baz1" /><br>
       <bar baz="baz2" /><br>
       <bar baz="baz3" /><br>
    </foo><br>
    <foo param="param2"><br>
       <bar baz="baz4" /><br>
       <bar baz="baz5" /><br>
    </foo><br>
</extension><br>
<br>
I can get to the foo's but not the bar's.<br>
<br>
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. :-)<br>
<br>
Thanks,<br>
Jon<br>
</font>
</body>
</html>