Re: re-import with match="*"

Subject: Re: re-import with match="*"
From: "Jon Smirl" <jonsmirl@xxxxxxxxxxxx>
Date: Sun, 25 Jul 1999 17:14:49 -0400
I made this work by switching to 'include' everywhere instead of 'import'. I
still have conflicts between B and C, but I can use priorities to sort those
out.

> Why does D need to import A, if it knows that B and C already import A?
D was importing A just as a measure of protection against someone editing B
or C to remove the import of A.

It would be more efficient/easier if there was a way to say - don't
include/import this sheet if you have already read it.  C compiler H files
do  this all the time.

Thanks for your help.

Jon Smirl
jonsmirl@xxxxxxxxxxxx



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread