Skip to main content
1-Visitor
December 22, 2014
Solved

Problème ArborText_editor V.6

  • December 22, 2014
  • 1 reply
  • 2061 views

Bonjour,

Suite à un passage de Epic Version 4.3 --> ArborText version 6.0

Nous rencontrons un problème avec des fichiers contenant des fragments (appel entitée de fichier) en sgml, perte de '<?Pub CX...>' après sauvegarde du fichier englobant.

Y-a-t-il une solution à ce problème pour conserver le contexte ?

Tétière premier fichier :

<!-- Fragment document type declaration subset:

ArborText, Inc., 1988-2011, v.4002

<!DOCTYPE CODE PUBLIC "-//...//DTD ....//FR" [

<!ENTITY chap2 SYSTEM ".....">

]>

-->

texte...... &chap2; ............texte...

------------------------------------------------

Tétière deuxième fichier (chap2) :

<!-- Fragment document type declaration subset:
ArborText, Inc., 1988-2011, v.4002
<!DOCTYPE CODE PUBLIC "-//...//DTD ....//FR">
-->

<?Pub CX code(...(...(>

Merci de votre aide

    Best answer by ptc-4897070

    Translation ( Even if my english is not that good )

    "

    Hello,

    Migrating from Epic v4.3 to AE 6.0

    We encounter a problem when referencing file entities : some PI like '<?Pub CX...>' are being deleted in the subfile when saving the main.

    Is there any workaround ?


    Main file :

    <!-- Fragment document type declaration subset:

    ArborText, Inc., 1988-2011, v.4002

    <!DOCTYPE CODE PUBLIC "-//...//DTD ....//FR" [

    <!ENTITY chap2 SYSTEM ".....">

    ]>

    -->

    texte...... &chap2; ............texte...

    ------------------------------------------------

    Entity file (chap2) :

    <!-- Fragment document type declaration subset:
    ArborText, Inc., 1988-2011, v.4002
    <!DOCTYPE CODE PUBLIC "-//...//DTD ....//FR">
    -->

    <?Pub CX code(...(...(>

    Thanks for any help

    My point :

    Does changing writepi to all change anything ?

    Regards

    1 reply

    12-Amethyst
    December 22, 2014

    Have you reviewed the Arbortext Help topics "Context processing instruction" and "APTFRAGCX — Ignoring the context string during e-i-c matching"?

    1-Visitor
    December 23, 2014

    I did test and that doesn't work!

    1-Visitor
    February 5, 2015

    Translation ( Even if my english is not that good )

    "

    Hello,

    Migrating from Epic v4.3 to AE 6.0

    We encounter a problem when referencing file entities : some PI like '<?Pub CX...>' are being deleted in the subfile when saving the main.

    Is there any workaround ?


    Main file :

    <!-- Fragment document type declaration subset:

    ArborText, Inc., 1988-2011, v.4002

    <!DOCTYPE CODE PUBLIC "-//...//DTD ....//FR" [

    <!ENTITY chap2 SYSTEM ".....">

    ]>

    -->

    texte...... &chap2; ............texte...

    ------------------------------------------------

    Entity file (chap2) :

    <!-- Fragment document type declaration subset:
    ArborText, Inc., 1988-2011, v.4002
    <!DOCTYPE CODE PUBLIC "-//...//DTD ....//FR">
    -->

    <?Pub CX code(...(...(>

    Thanks for any help

    My point :

    Does changing writepi to all change anything ?

    Regards