Re: [xsl] How to View Entity Reference

Subject: Re: [xsl] How to View Entity Reference
From: Frank Marent <frank.marent@xxxxxxxxxxx>
Date: Mon, 18 Sep 2006 07:54:56 +0200
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