|
| HOMEPAGE | INDICE FORUM | REGOLAMENTO | ::. | NEI PREFERITI | .:: | RSS Forum | RSS News | NEWS web | NEWS software | |
| PUBBLICITA' | | | ARTICOLI | WIN XP | VISTA | WIN 7 | REGISTRI | SOFTWARE | MANUALI | RECENSIONI | LINUX | HUMOR | HARDWARE | DOWNLOAD | | | CERCA nel FORUM » | |
02-09-2004, 17.30.58 | #1 |
Hero Member
Registrato: 09-05-2002
Loc.: COMO
Messaggi: 1.135
|
TYPE, XML, VB6
allora, in VB ho fatto delle type. durante l'esecuzione tutte le variabili vengono riempite. alla fine ottengo un albero di type tutte collegate tra loro. questi valori vanno inseriti in un file xml. ho creato tutta la struttura dell'xml da VB con i componenti DOM. adesso vorrei sapere se posso "buttare" tutti i valori di una type in modo veloce senza fare cose come questa: Codice:
set figlioXML = xmlDOC.createElements("PIPPO") figlioXML.setAttributes "RAZZA", "CANE" figlioXML.setAttributes................ figlioXML.setAttributes................ figlioXML.setAttributes................ figlioXML.setAttributes................ root.appendChild figlioXML ...potete aiutarmi? grazie...
___________________________________
...ad ogni alba sorgerà il tuo profumo |
03-09-2004, 12.49.14 | #2 |
Hero Member
Registrato: 09-05-2002
Loc.: COMO
Messaggi: 1.135
|
nessun aiuto?
___________________________________
...ad ogni alba sorgerà il tuo profumo |
07-09-2004, 16.37.43 | #3 |
Hero Member
Registrato: 09-05-2002
Loc.: COMO
Messaggi: 1.135
|
loryOne ci sei?
___________________________________
...ad ogni alba sorgerà il tuo profumo |
07-09-2004, 17.53.42 | #4 |
Gold Member
WT Expert
Registrato: 09-01-2002
Loc.: None of your business
Messaggi: 5.505
|
Che vor dì "buttare" ? Intendi cancellre i valori tutti in un colpo o cosa ? |
07-09-2004, 17.58.18 | #5 | ||||
Gold Member
WT Expert
Registrato: 09-01-2002
Loc.: None of your business
Messaggi: 5.505
|
Quota:
Quota:
Quota:
Quota:
|
||||
07-09-2004, 19.33.01 | #6 |
Hero Member
Registrato: 09-05-2002
Loc.: COMO
Messaggi: 1.135
|
ok
avendo quest'albero di type con tutte le variabili riempite vorrei salvare il tutto in una struttura xml... la struttura con tutti i TAG l'ho creata con i componenti DOM ma vorrei riempire gli attributi in modo veloce senza fare: Codice:
figlioXML.setAttributes "RAZZA", miaType.animale.razza figlioXML.setAttributes "COLORE", miaType2.animale.cane.colore.rgb figlioXML.setAttributes................ figlioXML.setAttributes................ figlioXML.setAttributes................
___________________________________
...ad ogni alba sorgerà il tuo profumo |
07-09-2004, 19.52.23 | #7 |
Gold Member
WT Expert
Registrato: 09-01-2002
Loc.: None of your business
Messaggi: 5.505
|
Non saprei. Nutro forti dubbi a riguardo.
Conoscete qualche linguaggio che consenta di farlo ? |
Utenti attualmente attivi che stanno leggendo questa discussione: 1 (0 utenti e 1 ospiti) | |
|
|
Discussioni simili | ||||
Discussione | Autore discussione | Forum | Risposte | Ultimo messaggio |
[Linux] Primi passi verso Linux | Mika | Linux e altri Sistemi Operativi | 64 | 15-06-2007 20.53.14 |
[XP]Clear Type | jetro | Windows 7/Vista/XP/ 2003 | 3 | 29-07-2006 17.53.51 |
ma come funzionano i true type font dei codici a barre? | torakiki78 | Software applicativo | 1 | 12-05-2006 01.32.28 |
[2000] impostare caratteri true type... | cippico | Windows 9x/Me/NT4/2000 | 7 | 02-02-2006 16.14.52 |
Errore FTP: 200 type set to A | Ren@to | Internet e Reti locali | 1 | 08-04-2005 21.23.20 |