could anyone recommend a book on XML.
I have no experience at the moment. i do have a lot of scripting/programming experience though.
my first use of XML will be to convert an ini file to XML,
example ini file entry
Acrobat 6.0=Acrobat.txt$Acrobat 6.0 - Licence required !!!$%softwaredrive%\Adobe\Acrobat\V6.0_ML\_SCRIPT\UNA-Acrobat-V6.0-ML.INI$nosleep;noreboot$noseq$nodep
the value is delimited by $ signs, each element represents a property.
we have alot of ini files like this and i find it annoying having funny splits() and parsing routines
thanks,
von moyla
I have no experience at the moment. i do have a lot of scripting/programming experience though.
my first use of XML will be to convert an ini file to XML,
example ini file entry
Acrobat 6.0=Acrobat.txt$Acrobat 6.0 - Licence required !!!$%softwaredrive%\Adobe\Acrobat\V6.0_ML\_SCRIPT\UNA-Acrobat-V6.0-ML.INI$nosleep;noreboot$noseq$nodep
the value is delimited by $ signs, each element represents a property.
we have alot of ini files like this and i find it annoying having funny splits() and parsing routines
thanks,
von moyla