Re: [xsl] How to View Entity Reference

Subject: Re: [xsl] How to View Entity Reference
From: "vanaja selvaraj" <ss.vanaja@xxxxxxxxx>
Date: Mon, 18 Sep 2006 12:48:48 +0530
Hi Frank,

Thanks for your response, actually I am not dealing with Framemaker I
am dealing with XSL and DOM.

I solved my problem with {unparsed-entity-uri(@entity)}. Anyway thank
you very much.

Regards,
S.Vanaja

On 9/18/06, Frank Marent <frank.marent@xxxxxxxxxxx> wrote:
hi selvaraj

sorry for answering late and off topic:

> <!DOCTYPE TEST SYSTEM "1.dtd" [<!ENTITY E0001 SYSTEM
> ".\Equations\008x0001.jpg" NDATA jpg>]>

this looks like you're working with adobe framemaker. you can avoid
these references by setting read/write rules in adobe framemaker
around image elements to

  element "FIGUREIMAGE" {
    is fm graphic element "FIGUREIMAGE";
    attribute "entity" is fm property file;
  }

you can avoid xslt operations around this because framemaker writes
then 'normal' image elements. hope it helps.

frank

Current Thread