Hello Lynn,

Could the 'Entity Locations' (element < Entities>) in the Structapps file be 
used to point to the Public entity files?

Or in stead of defining separate entitys, use general pointer in the DTD, like

<!ENTITY  % ISOlat2             PUBLIC
"ISO 8879-1986//ENTITIES Added Latin 2//EN"         >

My problem is that I working with 'legacy' XML files that sre created by 
different resources. Sometimes escape sequences are used for characters (like 
&lang;). I don't want to make separate entrys for each occurence as long as 
they are following the (XML)standards.


Met vriendelijke groet / kind regards,

Wim Hooghwinkel [EMAIL PROTECTED]
DTP and XML Management

Scriptware bv http://www.scriptware.nl
tel : +31 (0)23 548 48 84
fax : +31 (0)23 548 48 85
http://www.scriptware.nl
[EMAIL PROTECTED] [EMAIL PROTECTED] 


-----Oorspronkelijk bericht-----
Van: Lynne A. Price [mailto:[EMAIL PROTECTED]
Verzonden: dinsdag 11 april 2006 18:19
Aan: Wim Hooghwinkel (Scriptware); Framers (E-mail)
Onderwerp: Re: another questions on XML import 


At 01:20 AM 4/11/2006, Wim Hooghwinkel \(Scriptware\) wrote:
>If the error message:  " Message: Entity 'lang' was not found " appears, 
>and the entity has been defined in the rules file, what can be wrong? Do I 
>need an extra pointer in the DTD for these entitys?
>
>I defined the entity (entity "&lang;" is fm char "[";) before the #include 
>"isoall.rw"  statement.

Wim,
   You must declare the entity in the DTD as well as supporting it with a 
read/write rule:

      <!ENTITY lang "[">

Furthermore, the name of the entity is "lang"; the leading & and closing ; 
delimit the entity reference from surrounding text. Therefore, the r/w rule 
you need is:

      entity "lang" is fm char "[";

Hope this helps,

         --Lynne



Lynne A. Price
Text Structure Consulting, Inc.
Specializing in structured FrameMaker consulting, application development, 
and training
[EMAIL PROTECTED]            http://www.txstruct.com
voice/fax: (510) 583-1505      cell phone: (510) 421-2284 


_______________________________________________


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to
[EMAIL PROTECTED]
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.

Reply via email to