This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how to access external entity declarations, if at all?


This topic was on this list about 1 month ago. See this thread: http://sources.redhat.com/ml/xsl-list/2002-09/msg00019.html.

Regards,

Joerg

Jakob.Fix@bureauveritas.com wrote:
Hi,

I have a big XML document (ca. 15MB) containing many graphics.  The
graphics are defined in the DTD's internal subset using ENTITY
declarations, like this:

<!ENTITY B-10-a1-graph2 SYSTEM "img/partb/kb100102.gif" NDATA GIF>

The graphic is called upon in the document likes this:

<FIG ID="MBGE.09.FDD1CCE001BE3D6C" NUM="3" WFIG="1" STYLE="INLINE" >
  <TFIG>Typical midship section of ship with service notation</TFIG>
  <GRAPH FICH="B-10-a1-graph2" FORMAT="EXTERN"/>
</FIG>

The big document is split into many smaller ones using XSLT.  As, after the
split, I won't have access to the entity declarations any more, I would
like to replace the contents of FICH "B-10-a1-graph2" with the SYSTEM
identifier "img/partb/kb100102.gif", or create a new attribute with the
SYSTEM identifier's content as value.

Is this feasible?  I couldn't find any references regarding external entity
declarations.  Thank you,

Jakob Fix.

--

System Development
VIRBUS AG
Fon  +49(0)341-979-7419
Fax  +49(0)341-979-7409
joerg.heinicke@virbus.de
www.virbus.de

VIRBUS hat jetzt als erster deutscher Softwarehersteller die
Zertifizierung für den 3D Secure-Authentifizierungsstandard "Verified by
Visa" erhalten.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]