I believe that where I am putting files (copying exactly how the Automata
folder is laid out) is causing me issues, because my stuff isn't hard coded
such that the dia-installer can install them.

Questions: Where do I put the alchemy.xml file? alchemy.sheet file? the
.png images? Do I need a .xsl file? And, if so, where would I put it? I'm
not styling anything beyond what is in the .xml file for shapes. What would
I put in the .xsl file if I had to have one? Is putting the .png images
with the .shape images giving me the error?

Many thanks in advance! (And yes, I did reread Chapter 11 several times,
and still confused on style because I'm using images that I need.) [Reason
why I started over, is because I was confused on what I needed. No hurry in
responding back! I have lots of time.]


The Arrangement:
User folder --> Dia Symbols --> alchemy --> shapes --> alchemy --> .shape
and .png Images.
                                                           --> sheets -->
alchemy.sheet
I still get the error "several objects named 1e.png" (changed from 1a to
1e). This is when I grab image from the above listed folder.


The Shape's XML file:

<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"; xmlns:svg="
http://www.w3.org/2000/svg";>
  <name>Alchemy</name>
   <name>shape - 1a</name>
 <icon>1a.png</icon>
  <aspectratio type="free"/>
  <svg:svg>
    <svg:image x="0" y="0" width="28" height="59" xlink:href="1a.png"/>
  </svg:svg>
   <name>shape - 1b</name>
 <icon>1b.png</icon>
  <aspectratio type="free"/>
  <svg:svg>
    <svg:image x="0" y="0" width="44" height="97" xlink:href="1b.png"/>
  </svg:svg>
   <name>shape - 1c</name>
 <icon>1c.png</icon>
  <aspectratio type="free"/>
  <svg:svg>
    <svg:image x="0" y="0" width="19" height="57" xlink:href="1c.png"/>
  </svg:svg>
   <name>shape - 1d</name>
 <icon>1d.png</icon>
  <aspectratio type="free"/>
  <svg:svg>
    <svg:image x="0" y="0" width="40" height="88" xlink:href="1d.png"/>
  </svg:svg>
     <name>shape - 1e</name>
 <icon>1e.png</icon>
  <aspectratio type="free"/>
  <svg:svg>
    <svg:image x="0" y="0" width="17" height="94" xlink:href="1e.png"/>
  </svg:svg>
</shape>

The Sheet file:

<?xml version="1.0" encoding="UTF-8"?>
<sheet xmlns="http://www.lysator.liu.se/~alla/dia/dia-sheet-ns";>
  <name>Alchemy</name>
  <name xml:lang="en">Alchemy</name>
  <description>Editor for Alchemy Diagrams</description>
  <contents>
   <object name="1a.png">
  <description>cucurbita</description></object>
   <object name="1b.png">
  <description>cucurbita</description></object>
   <object name="1c.png">
  <description>cucurbita</description></object>
   <object name="1d.png">
  <description>cucurbita</description></object>
     <object name="1e.png">
  <description>cucurbita</description></object>
  </contents>
</sheet>



-- 
TPKyteroo jaunting off to the Galactic Trig...

http://www.allergicvegetarian.com (Recipes for those with all sorts of
different Food Allergies. Not all recipes will be suitable for Vegetarians,
but many will be.)
http://www.tpgames.net (The Tomorrow People Themed)
http://www.tpgames.net/gaming/lotr/2/game.html (Lord of the Rings Themed)
http://betterhealthylivingforlife.blogspot.com<http://allergicvegetarian.blogspot.com>

<http://www.globalwritersclub.com/>
_______________________________________________
dia-list mailing list
dia-list@gnome.org
https://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://live.gnome.org/Dia/Faq
Main page at http://live.gnome.org/Dia

Reply via email to