Problem in linking the xsl file to xml file (when I use FireFox)
-
hi, well I've made an XSL file and I linked it to the XML file with this code When I open the xml file in IE the result is fine. but when I open it in FireFox 2.0.0.7 it give me this error: XML Parsing Error: not well-formed Location: file:///d:/xsl/e_changed.xml Line Number 2, Column 6: -----^ Where am I going wrong?? Thanks in advance Rocky You can't climb up a ladder with your hands in your pockets.
-
hi, well I've made an XSL file and I linked it to the XML file with this code When I open the xml file in IE the result is fine. but when I open it in FireFox 2.0.0.7 it give me this error: XML Parsing Error: not well-formed Location: file:///d:/xsl/e_changed.xml Line Number 2, Column 6: -----^ Where am I going wrong?? Thanks in advance Rocky You can't climb up a ladder with your hands in your pockets.
You got your style sheet processing instruction wrong. It should be: "We make a living by what we get, we make a life by what we give." --Winston Churchill
-
You got your style sheet processing instruction wrong. It should be: "We make a living by what we get, we make a life by what we give." --Winston Churchill
-
These two are the same... the above line is for declaring that the document is an XML document. You're not saying I should remove the above line r u? Rocky You can't climb up a ladder with your hands in your pockets.
This is wrong: and this is right: Geo "We make a living by what we get, we make a life by what we give." --Winston Churchill
-
This is wrong: and this is right: Geo "We make a living by what we get, we make a life by what we give." --Winston Churchill