URL:
  <http://gna.org/task/?5956>

                 Summary: Wish : I want to separate body/config.xml
                 Project: Wormux
            Submitted by: yekcim
            Submitted on: vendredi 09.05.2008 à 21:47
         Should Start On: vendredi 09.05.2008 à 00:00
   Should be Finished on: vendredi 09.05.2008 à 00:00
                Category: None
                Priority: 6
                  Status: None
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

I want to separate body/config.xml sections in different files :

authors.xml 
+ alias.xml + skeleton.xml + clothes.xml + movements
.xml + animations
.xml + weapons.xml



i've try :

<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE resources[

    <!ENTITY authors SYSTEM "../authors.xml">

    <!ENTITY alias SYSTEM "../alias.xml"> 
    <!ENTITY skeleton SYSTEM "skeleton.xml">

    <!ENTITY clothes SYSTEM "../clothes.xml">

    <!ENTITY movements SYSTEM "../movements.xml">

    <!ENTITY animations SYSTEM "../animations.xml">

    <!ENTITY weapons SYSTEM "../weapons.xml">

]>


<resources>

    &authors; 

    &alias; 

    &skeleton;

    &clothes;

    &movements;

    &animations;

    &weapons;

</resources>


I don't know why it doesn't work.

Please, send me an answer here, don't change svn, i want this for a future
feature.

Thanks




    _______________________________________________________

Reply to this item at:

  <http://gna.org/task/?5956>

_______________________________________________
  Message posté via/par Gna!
  http://gna.org/


_______________________________________________
Wormux-gna mailing list
[email protected]
https://mail.gna.org/listinfo/wormux-gna

Reply via email to