Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Cuckoo #1
How to read a xml
I use
ivComponentDOM =
dw.getDocumentDOM(MMNotes.filePathToLocalURL(tapes tryScripts.getUserConfigFo
lderPath() + "\\componentFile.xml"))
to read a xml
however when i get the source of the xml using
ivComponentDOM.documentElement.outerHTML
all the attribute in the XML are converted into lowercase
eg:
<component>
<object objName="test"/>
</component>
become
<component>
<object objname="test"/>
</component>
Is there any otherway i can use to read the XML with the original case?
Thanks a lot!!!
Cuckoo Guest
-
read xml
hello how can i read only the value's of this xml into asp.net (vbs) ? I want the variables name and address Example: name = "Myname" <scorelist>... -
Read CSV to SQL
Does anyone have an example of how to read a .csv file into a SQL database with an ASP? -
File system get auto change from read-write to read-oly
I have a very strange file system with OS Redhat 7.2 The file system is read-write, but some how it randomly changes to read-only at any time.... -
Read & Read/Write Groups
I am trying to achieve a solution to a (hopefully) simple scenario. I have a Solaris 9 server that is going to be used for sharing files. I...



Reply With Quote

