More info,  it seems in the WalkingIteratorSorted.java
code, the accept code fails which brings up a question.
I manually build the Expanded Name table for the elements
and attributes that will exist in a SQL Extension document.
What do I set the Namespace string to when building the
table, the code I use is;

m_ColumnHeader_TypeID =
      m_expandedNameTable.getExpandedTypeID(
            S_NAMESPACE, S_COLUMN_HEADER, DTM.ELEMENT_NODE);

S_COLUMN_HEADER is "column-header"
S_NAMESPACE is either null or an empty string.  I am trying to exist in
the default namespace.

Thanks
John G


Reply via email to