Excellent extension!
very quick to build a simple xml file but!
If i need to format the recordset values such as
convert a hex colour "#000000" to "0x000000" or convert a number 1000 into hh:mm:ss I'm at a loss.
It would be better if the line
dwzXml_rs.addItem "bgcolour", "SkinBGColor", "String", "Line"
was written out as
dwzXml_rs.addItem "bgcolour", rs.Fields.Item("SkinBGColor").Value, "String", "Line"
which would then be very easy to format using the built in dreamweaver format functions.
If anyone has a work around it would be grately apprciated
Nigel
|
|
|