Help with xml within dll file
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
I have a DLL file I have been modifying but I'm stuck. Inside the DLL are several duplicate xml files,images............. What I am trying to do is change a reference in the xml file from calling 1 of the bitmaps embedded in the dll to a folder location with the same named bitmap allowing for changing the bitmap without editing the dll. the xml code for referencing the bitmap looks like this background = "resbmp(12260,7,-1,0,0,1,1)" 12260 being the bitmap name ,7,-1,0,0,1,1 being the dimensions, transparency... how would I go about changing the resbmp reference to a folder location such as c:user\Desktop\Images\12260.bmp I am completely new to xml and I am stumped