[Date Prev][Date Next]
[Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[New search]
To: "Jean Yves BISIAUX" <jyb@xxxxxxxxxxxxxxx>, <framers@xxxxxxxxx>
Subject: Re: import XML entity to user variables
From: "Lynne A. Price" <lprice@xxxxxxxxxxxx>
Date: Thu, 30 Sep 2004 04:40:15 -0700
Delivered-to: jeremyg-freeframers:org-ffarchiv@freeframers.org
In-reply-to: <NDEHJDNJDCPJHCIJMNMNGEPPDEAA.jyb@efficientip.com>
References: <NDEHJDNJDCPJHCIJMNMNGEPPDEAA.jyb@efficientip.com>
Sender: owner-framers@xxxxxxxxx
In my XML file I have:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE book SYSTEM "file:///C:/Program%20Files/Adobe/FrameMaker7.1/structure/xml/xdocbook/app/d ocbookx.dtd" [ <!ENTITY myproductname "This product name"> ]> <book lang="en"> <title role="booktitle">Installation Guide</title>
<bookinfo> <graphic></graphic>
...
After the importation of this file in Framemaker I cannot reach the variable 'myproductname'.
Jean Yves, The XML fragment you have shown does not include any entity references. Does &myproductname; appear anywhere in the XML document? I just imported the following document:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE test [ <!ELEMENT test (#PCDATA)> <!ENTITY used "this entity is referenced"> <!ENTITY unused "this entity is not referenced"> ]> <test>&used;</test>
** To unsubscribe, send a message to majordomo@xxxxxxxxx ** ** with "unsubscribe framers" (no quotes) in the body. **