My XML part catalog file also includes a category database.
Something similar to this:
<Catalog>
<Category>
<name="Arch"/>
<Part>2145.dat</Part>
<Part>2339.dat</Part>
</Category>
<!-- More categories -->
</Catalog>
Although such a thing could just as easily be generated from the list of parts, and probably quickly too.
Allen
Something similar to this:
<Catalog>
<Category>
<name="Arch"/>
<Part>2145.dat</Part>
<Part>2339.dat</Part>
</Category>
<!-- More categories -->
</Catalog>
Although such a thing could just as easily be generated from the list of parts, and probably quickly too.
Allen