xsl-list
[Top] [All Lists]

Re: [xsl] How to View Entity Reference

2006-09-17 22:55:59
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>