<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to import a set of text entities into a DocBook document? in Arbortext</title>
    <link>https://community.ptc.com/t5/Arbortext/How-to-import-a-set-of-text-entities-into-a-DocBook-document/m-p/10575#M748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Andy's solution will work if you're using SGML or an XML DTD. If you are&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;using a schema, you're "supposed" to be able to include a DOCTYPE in the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;schema and declare the entities there. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using an XML DTD you may get capacity error when Epic parses the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;file, but it will not cause you any problems. The Army's 40051 DTD has&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;several large text entity files it calls and Epic routinely gives a LITLEN&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;warning, but still will process the information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lynn&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Mar 2013 12:43:38 GMT</pubDate>
    <dc:creator>LynnHales</dc:creator>
    <dc:date>2013-03-22T12:43:38Z</dc:date>
    <item>
      <title>How to import a set of text entities into a DocBook document?</title>
      <link>https://community.ptc.com/t5/Arbortext/How-to-import-a-set-of-text-entities-into-a-DocBook-document/m-p/10572#M745</link>
      <description>Hi, all...We have a large collection of potential text entities that we'd like to be able to import into any DocBook document with Arbortext. For example, for cross references to the many books in our library, we have 5-letter book IDs. If the writer uses an entity for the book</description>
      <pubDate>Fri, 22 Mar 2013 06:30:58 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Arbortext/How-to-import-a-set-of-text-entities-into-a-DocBook-document/m-p/10572#M745</guid>
      <dc:creator>sfogel</dc:creator>
      <dc:date>2013-03-22T06:30:58Z</dc:date>
    </item>
    <item>
      <title>How to import a set of text entities into a DocBook document?</title>
      <link>https://community.ptc.com/t5/Arbortext/How-to-import-a-set-of-text-entities-into-a-DocBook-document/m-p/10573#M746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm sure this could be done with a customisation, where are you based?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pete&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter Li&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 07:41:38 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Arbortext/How-to-import-a-set-of-text-entities-into-a-DocBook-document/m-p/10573#M746</guid>
      <dc:creator>peter.li</dc:creator>
      <dc:date>2013-03-22T07:41:38Z</dc:date>
    </item>
    <item>
      <title>How to import a set of text entities into a DocBook document?</title>
      <link>https://community.ptc.com/t5/Arbortext/How-to-import-a-set-of-text-entities-into-a-DocBook-document/m-p/10574#M747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since you mention text entities, I assume that you are using the SGML version of docbook. If I understand what you want, you can implement a text entity library as a private declaration. Just put the entity declaration in the DOCTYPE as shown in red.  Use the 5-letter book IDs.  You might have to adjust the SGML capacities in the SGML declaration file if there are too many books. I did something similar and had to break the list of entities into three separate files :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;%library;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;]&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;book&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* * *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/book&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Contents of library file declared above:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 11:34:50 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Arbortext/How-to-import-a-set-of-text-entities-into-a-DocBook-document/m-p/10574#M747</guid>
      <dc:creator>AndyEsslinger</dc:creator>
      <dc:date>2013-03-22T11:34:50Z</dc:date>
    </item>
    <item>
      <title>How to import a set of text entities into a DocBook document?</title>
      <link>https://community.ptc.com/t5/Arbortext/How-to-import-a-set-of-text-entities-into-a-DocBook-document/m-p/10575#M748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Andy's solution will work if you're using SGML or an XML DTD. If you are&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;using a schema, you're "supposed" to be able to include a DOCTYPE in the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;schema and declare the entities there. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using an XML DTD you may get capacity error when Epic parses the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;file, but it will not cause you any problems. The Army's 40051 DTD has&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;several large text entity files it calls and Epic routinely gives a LITLEN&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;warning, but still will process the information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lynn&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 12:43:38 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Arbortext/How-to-import-a-set-of-text-entities-into-a-DocBook-document/m-p/10575#M748</guid>
      <dc:creator>LynnHales</dc:creator>
      <dc:date>2013-03-22T12:43:38Z</dc:date>
    </item>
    <item>
      <title>How to import a set of text entities into a DocBook document?</title>
      <link>https://community.ptc.com/t5/Arbortext/How-to-import-a-set-of-text-entities-into-a-DocBook-document/m-p/10576#M749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Our entire system, which is XML Schema 1.0, uses text entities.  Every one of our documents has a definition similar to this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;%textents;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;]&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The authors have no control over the "text.ent" file, which is stored completely apart from the XML content.  This setup works just fine with XML Schema.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 15:05:01 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Arbortext/How-to-import-a-set-of-text-entities-into-a-DocBook-document/m-p/10576#M749</guid>
      <dc:creator>ptc-953926</dc:creator>
      <dc:date>2013-03-22T15:05:01Z</dc:date>
    </item>
    <item>
      <title>How to import a set of text entities into a DocBook document?</title>
      <link>https://community.ptc.com/t5/Arbortext/How-to-import-a-set-of-text-entities-into-a-DocBook-document/m-p/10577#M750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How about maintaining your definition a magnificent, yest modest, Oracle &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Database and having the XSL connect thereto using, perhaps, Saxon's SQL &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;extension?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 18:06:47 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Arbortext/How-to-import-a-set-of-text-entities-into-a-DocBook-document/m-p/10577#M750</guid>
      <dc:creator>ptc-953960</dc:creator>
      <dc:date>2013-03-22T18:06:47Z</dc:date>
    </item>
    <item>
      <title>How to import a set of text entities into a DocBook document?</title>
      <link>https://community.ptc.com/t5/Arbortext/How-to-import-a-set-of-text-entities-into-a-DocBook-document/m-p/10578#M751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi, Andy.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Yup, that did it. Very grateful.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;HYPERLINK "&lt;A href="http://www.oracle.com/" style="&amp;gt;http://www.oracle.com/"&gt;&lt;/A&gt; \nOracle&lt;BR /&gt;Steve Fogel | Information Architect, Oracle Database | 650.506.4914&lt;BR /&gt;Oracle Server Technologies Information Development&lt;BR /&gt;500 Oracle Parkway | M/S 4op1126 | Redwood Shores, CA 94065&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 22:27:08 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Arbortext/How-to-import-a-set-of-text-entities-into-a-DocBook-document/m-p/10578#M751</guid>
      <dc:creator>sfogel</dc:creator>
      <dc:date>2013-03-22T22:27:08Z</dc:date>
    </item>
    <item>
      <title>EXTERNAL: How to import a set of text entities into a DocBook document?</title>
      <link>https://community.ptc.com/t5/Arbortext/How-to-import-a-set-of-text-entities-into-a-DocBook-document/m-p/10579#M752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FYI -&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I remember several years ago when we were using an SGML doctype with many text entities, that when we would try to compile the doctype for any change, Adept Editor would complain that we had exceeded the string capacity of Adept Editor.  We had to reduce the number of text entities down to a quantity that would allow Adept Editor to compile the doctype without exceeding string capacity.  This was not a capacity that was adjustable via an SGML setting in the declarations file.  This was a hard-coded limit in Adept Editor's core code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Today, this limit may not exist or is so high that it doesn't matter.  Of course, if you are not using SGML you should be OK since doctype compilation is not an issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 11:21:14 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Arbortext/How-to-import-a-set-of-text-entities-into-a-DocBook-document/m-p/10579#M752</guid>
      <dc:creator>ebenton</dc:creator>
      <dc:date>2013-03-25T11:21:14Z</dc:date>
    </item>
  </channel>
</rss>

