You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by John Gentilin <jo...@eyecatching.com> on 2001/03/16 04:15:01 UTC

Another SQL Bug

It seems that if you do not iterate through all the column headers
and ask for the column-label inside the /row-set/row/col node,
the value will be null. Should we just populate the m_columnHeader
array right away in the RowSet object ??

Also, why is the NodeTest checked for null or a null namespace in
front of most of the functions ??