--- In [email protected], "not_a_coop" <[EMAIL PROTECTED]> wrote:
>
> --- In [email protected], Claus Wahlers <claus@> wrote:
> >
> >
> > > <reg.1.user="1234" reg.1.server="192.168.0.1"/>
> >
> > Dots are not allowed in attribute names. I'd use underscore or dash.
> >
> > Cheers,
> > Claus.
> >
> > --
> > claus wahlers
> > c�deazur brasil
> > http://codeazur.com.br/
> > http://wahlers.com.br/claus/blog/
> >
>
> Where in the XML spec does it state periods are not allowed? In any
> case, that is completely irrelevant to the problem at hand. The XML
> configuration files for the phones DO have periods in their attribute
> names and I have no control over that, they've been deployed in the
> field by a top manufacturer for a number of years already. I'm just
> working on an application that needs to be able to read and write
> their configuration files.
>
I CAN get to the attributes by doing the following:
myAtt:XMLList = xmlData.reg.attribute("reg.1.user");
but I would really like to use the E4X capabilities to make this
easier. Is there an easy way to set the reg.1.user attribute?