Adobe Illustrator 10 conjuntos de datos y variables bibliotecas

  • rjmthezonenet
  • Expert
  • Expert
  • Avatar de Usuario
  • Registrado: Ene 14, 2004
  • Mensajes: 526
  • Loc: St. John's, Newfoundland, Canada
  • Status: Offline

Nota Febrero 25th, 2004, 2:49 pm

Según la documentación:

1. Elija carga variable biblioteca en el menú paleta Variables.

2.Seleccione el archivo XML que desea importar las variables, y haga clic en Abrir.

Las variables de carga y los conjuntos de datos debería aparecer ahora en la gama de colores variables, pero un error desconocido ha impedido la operación.

Yo tenía la impresión de que podía crear un conjunto de datos, salvo en la biblioteca de variables, editar los datos XML, cargar la biblioteca de nuevas variables y se fuera a las carreras. (Appare no notly.)

Aquí es un archivo XML abreviado.

Código: [ Select ]
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN"  "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd" [
    <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
    <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/">
    <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/">
    <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/">
    <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
]>
<svg>
<variableSets xmlns="&ns_vars;">
    <variableSet varSetName="binding1" locked="none">
        <variables>
            <variable varName="DeptR" trait="visibility" category="&ns_vars;"></variable>
            <variable varName="DeptB" trait="visibility" category="&ns_vars;"></variable>
            <variable varName="ShldR" trait="visibility" category="&ns_vars;"></variable>
            <variable varName="ShldB" trait="visibility" category="&ns_vars;"></variable>
            <variable varName="DeptT" trait="textcontent" category="&ns_flows;"></variable>
            <variable varName="DivT" trait="textcontent" category="&ns_flows;"></variable>
        </variables>
        <v:sampleDataSets xmlns="&ns_custom;" xmlns:v="&ns_vars;">
            <v:sampleDataSet dataSetName="sneaker-B">
                <DeptR>false</DeptR>
                <DeptB>true</DeptB>
                <ShldR>false</ShldR>
                <ShldB>true</ShldB>
                <DeptT>
                    <p>Department of Big Shoes</p>
                </DeptT>
                <DivT>
                    <p>Sneakers Division Division</p>
                </DivT>
            </v:sampleDataSet>
            <v:sampleDataSet dataSetName="sneaker-R">
                <DeptR>true</DeptR>
                <DeptB>false</DeptB>
                <ShldR>true</ShldR>
                <ShldB>false</ShldB>
                <DeptT>
                    <p>Department of Big Shoes</p>
                </DeptT>
                <DivT>
                    <p>Sneakers Division Division</p>
                </DivT>
            </v:sampleDataSet>
            <v:sampleDataSet dataSetName="boot-B">
                <DeptR>false</DeptR>
                <DeptB>true</DeptB>
                <ShldR>false</ShldR>
                <ShldB>true</ShldB>
                <DeptT>
                    <p>Department of Big Shoes</p>
                </DeptT>
                <DivT>
                    <p>Boots Division</p>
                </DivT>
            </v:sampleDataSet>
            <v:sampleDataSet dataSetName="boot-R">
                <DeptR>true</DeptR>
                <DeptB>false</DeptB>
                <ShldR>true</ShldR>
                <ShldB>false</ShldB>
                <DeptT>
                    <p>Department of Big Shoes</p>
                </DeptT>
                <DivT>
                    <p>Boots Division</p>
                </DivT>
            </v:sampleDataSet>
        </v:sampleDataSets>
    </variableSet>
</variableSets>
</svg>
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN"  "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd" [
  3.     <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
  4.     <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/">
  5.     <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/">
  6.     <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/">
  7.     <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
  8. <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
  9. ]>
  10. <svg>
  11. <variableSets xmlns="&ns_vars;">
  12.     <variableSet varSetName="binding1" locked="none">
  13.         <variables>
  14.             <variable varName="DeptR" trait="visibility" category="&ns_vars;"></variable>
  15.             <variable varName="DeptB" trait="visibility" category="&ns_vars;"></variable>
  16.             <variable varName="ShldR" trait="visibility" category="&ns_vars;"></variable>
  17.             <variable varName="ShldB" trait="visibility" category="&ns_vars;"></variable>
  18.             <variable varName="DeptT" trait="textcontent" category="&ns_flows;"></variable>
  19.             <variable varName="DivT" trait="textcontent" category="&ns_flows;"></variable>
  20.         </variables>
  21.         <v:sampleDataSets xmlns="&ns_custom;" xmlns:v="&ns_vars;">
  22.             <v:sampleDataSet dataSetName="sneaker-B">
  23.                 <DeptR>false</DeptR>
  24.                 <DeptB>true</DeptB>
  25.                 <ShldR>false</ShldR>
  26.                 <ShldB>true</ShldB>
  27.                 <DeptT>
  28.                     <p>Department of Big Shoes</p>
  29.                 </DeptT>
  30.                 <DivT>
  31.                     <p>Sneakers Division Division</p>
  32.                 </DivT>
  33.             </v:sampleDataSet>
  34.             <v:sampleDataSet dataSetName="sneaker-R">
  35.                 <DeptR>true</DeptR>
  36.                 <DeptB>false</DeptB>
  37.                 <ShldR>true</ShldR>
  38.                 <ShldB>false</ShldB>
  39.                 <DeptT>
  40.                     <p>Department of Big Shoes</p>
  41.                 </DeptT>
  42.                 <DivT>
  43.                     <p>Sneakers Division Division</p>
  44.                 </DivT>
  45.             </v:sampleDataSet>
  46.             <v:sampleDataSet dataSetName="boot-B">
  47.                 <DeptR>false</DeptR>
  48.                 <DeptB>true</DeptB>
  49.                 <ShldR>false</ShldR>
  50.                 <ShldB>true</ShldB>
  51.                 <DeptT>
  52.                     <p>Department of Big Shoes</p>
  53.                 </DeptT>
  54.                 <DivT>
  55.                     <p>Boots Division</p>
  56.                 </DivT>
  57.             </v:sampleDataSet>
  58.             <v:sampleDataSet dataSetName="boot-R">
  59.                 <DeptR>true</DeptR>
  60.                 <DeptB>false</DeptB>
  61.                 <ShldR>true</ShldR>
  62.                 <ShldB>false</ShldB>
  63.                 <DeptT>
  64.                     <p>Department of Big Shoes</p>
  65.                 </DeptT>
  66.                 <DivT>
  67.                     <p>Boots Division</p>
  68.                 </DivT>
  69.             </v:sampleDataSet>
  70.         </v:sampleDataSets>
  71.     </variableSet>
  72. </variableSets>
  73. </svg>


¿Alguna idea de por qué ese trabajo wouldnt? Im perplejo!
  • Anonymous
  • Bot
  • No Avatar
  • Registrado: 25 Feb 2008
  • Mensajes: ?
  • Loc: Ozzuland
  • Status: Online

Nota Febrero 25th, 2004, 2:49 pm

  • rjmthezonenet
  • Expert
  • Expert
  • Avatar de Usuario
  • Registrado: Ene 14, 2004
  • Mensajes: 526
  • Loc: St. John's, Newfoundland, Canada
  • Status: Offline

Nota Febrero 26th, 2004, 5:05 pm

Tuve que llamar Adobe apoyo técnico con este problema. Se han analizado varios archivos establecidos por FTP, puede reproducir el problema, y todavía están stumped. Tengo la sensación de este que se vaya al desarrollador que escribió el código para los conjuntos de datos. :-P
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • Avatar de Usuario
  • Registrado: May 28, 2003
  • Mensajes: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Nota Febrero 26th, 2004, 7:49 pm

Bueno, llame al (parden el juego de palabras) * lol
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • rjmthezonenet
  • Expert
  • Expert
  • Avatar de Usuario
  • Registrado: Ene 14, 2004
  • Mensajes: 526
  • Loc: St. John's, Newfoundland, Canada
  • Status: Offline

Nota Febrero 26th, 2004, 9:35 pm

Yup, no es un buen punto de partida cuando se quiere generar imágenes sobre la base de datos del back office y toda la secuencia de comandos de ella-bang. Después de dos horas de llamadas telefónicas, la muy útil Adobe representante sólo puede promesa de volver a mí dentro de unos días (no se queja, según tengo entendido).

Deseo a alguien Ozzu tiene experiencia con Illustrator conjuntos de datos y el kit de desarrolladores! :-D
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • Avatar de Usuario
  • Registrado: May 28, 2003
  • Mensajes: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Nota Febrero 26th, 2004, 9:58 pm

He oído ya - Tengo el proggy - pero en realidad nunca han tenido necesidad de usarlo, así que realmente no lo saben.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.

Publicar Información

  • Total de mensajes en este tema: 5 mensajes
  • Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 30 invitados
  • No puede abrir nuevos temas en este Foro
  • No puede responder a temas en este Foro
  • No puede editar sus mensajes en este Foro
  • No puede borrar sus mensajes en este Foro
  • No puede enviar adjuntos en este Foro
 
 

© 2011 Unmelted, LLC. Ozzu® es una marca registrada de Unmelted, LLC