Re: [xsl] Getting Entity File Names

Subject: Re: [xsl] Getting Entity File Names
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 23 Oct 2003 14:54:43 +0100
> The filename 
> of the fragment is the only identifier for over 
> 900 files.

The design of xml entities is that the physical distribution of the
document overfiles should not influence the logical document represented
by the xml markup. Xpath (and so xslt) strictly adheres to this
viewpoint and so the entities are fully expanded (leaving no record) as
the input tree is constructed.

You have two choices, edit your included documents so the top level
element has an id or edit your including document so that the reference
is marked, eg wrap each entity reference in an element.

<fileref id="myfile">&myfile;</fileref>

Which could be done using any regexp capable editor or perl or sed or
something like that.

David

-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread