New Message: Re: Frontier address limitations

webmaster at userland.com webmaster at userland.com
Wed Jul 20 14:31:10 CDT 2005


A new message was posted:

Address: http://frontier.userland.com/discuss/msgReader$14157

By: Jake Savin (jake at userland.com)

Hi Robert,

The bug you describe is a known one. We are working on a kernel-level fix, but it will be some time before it's ready for release, and it's difficult to say exactly how much time.

However, there is most likely a workaround. Are you using xml.getAddressList in your code? If so, try to avoid it -- instead dive into the table directly by address.

For example, you can use for adr in adrTable { ... } to loop over the table, and then xml.convertToDisplayName [1] to get the name of the element.

In addition, use adr^.["/atts"].attributeName instead of xml.getAttributeValue ("attributeName").

If you need more specific help, let us know.

-Jake

[1] http://docserver.userland.com/xml/convertToDisplayName

This is a Manila site.. http://manila.userland.com/.




More information about the Manila-Server mailing list