dev@fi.java.net

Circular Dependency

From: Alan Hudson <giles_at_yumetech.com>
Date: Mon, 18 Apr 2005 10:18:56 -0700

I notice that AttributesHolder has gotten a circular dependency with
SAXDocumentParser. Its not a big deal for Ant but is a pain for
Makefile construction, and in general they raise red flags to me.

Perhaps we could add an interface called EncodingAlgorithmDataConverter
   methods toString() currently.

SAXDocumentParser could implement it. Constructor for AttributesHolder
would take that interface instead of SAXDocumentParser.

Thoughts?