Andy Miller 17 Apr 2002 19:50:31 -0000
Running Xindice 1.0 According to the API docs, calling getElementsByTagName("*") for a Document should match and return all Elements.
The implementation in ContainerNodeImpl returns no Elements. It doesn't handle this special case.