Posts Tagged ‘internet explorer’
How do you open .xml files?
i try but a bigg error comes up and all of the things i want to put on my phone have this "setup.xml"
i dont know what to do?
help
I have the files on my computer and am opening them with WinRAR.exe and when i try to run the setup, which when i do usually it synchs with my phone automatically, it just opens a internet explorer page and comes up with a bunch of errors.
Internet Explorer 7 popup Line b problem parsing xml:object required?
i DLed IE7 the other day and now all of a sudden whenever i open my home page (my.yahoo.com) i get this little popup that if i dont close i cant do anything else on the page.. the pop up is Windows Internet Explorer and then it says line b problem parsing xml: object required. how do i remove this? any help is greatly appreciated!
How can I include multiple DTD’s in an XML document?
A DTD is a document type definiton. I want to use XML 1.1 and I am using Internet Explorer 6 by Microsoft. I greatly appreciate your help.
How to open XML files in IE instead of MS Word.?
I set MS Word to open xml files (message history in windows live messnger) and the text are all garbled. I want to know how to change it back..
I need to open the XML file in Internet explorer not in microsoft word.. the icon of the file shows "w", meaning, Word will open and not IE
How can I get the display of following XML file on the Internet Explorer?
I have two simple codes. One is XML and the other one is XSL. I am trying to view the display of XML file on the internet explorer, but all I got was the codes instead of the actual output. The followings are my XML and XSL file respectively.
1) ProductListing.xml
Product<?xml version="1.0" encoding="iso-8859-1"?>
<catalog>
<product sku="212993">Lamp</product>
<product sku="488839">Folder</product>
<product sku="198102">Stapler</product>
<product sku="91882">Notebook</product>
<product sku="873638">Inbox</product>
<product sku="192839">Desk</product>
<product sku="66553">Pen</product>
<product sku="38289">Calculator</product>
</catalog>.xml:
2) Sort.xsl
<xsl:template match="catalog">
<h1>Alphabetical List of Products</h1>
<xsl:apply-templates select="product">
<xsl:sort/>
</xsl:apply-templates>
</xsl:template>
<xsl:templates match="product">
<p><xsl:apply-templates/></p>
</xsl:templates>
I realized that I made a typo at the tag </catalog>.xml:, which is actually </catalog> on my XML file. This is not part of my original problem/question. Please disregard this typo on your analysis.
Xml Help Cant read OLD MSN CONVERSATIONS I HAVE SAVED PROPERLY?
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
Is there a plug in for internet explorer or firefox molliza to read this type of files?
do i have to somehow get the old version of msn that saved this file in the first place to read them?
any suggestions aprreciated:)
what does line b problem parsing xml: object required mean?
every time I connect to internet explorer and my yahoo page comes up, after my page comes up an internet exp. message box comes up and says( line b problem parsing xml: object required.) I don’t know how to fix it.
How do I avoid errors in Internet Explorer when using xsl and xml and the xsl is not where it should be?
I am using an XSL file to format an xml document. The idea is that the two files will be in the same directory and when the user double clicks on the .xml file it will be displayed nicely in Internet Explorer. The problem is that if Internet Explorer can’t find the .xsl file it shows an error and won’t display the xml file. Is there anyway that I can get it to display the xml file like it normally does if you don’t have a stylesheet associated with it if it does not find the .xsl file instead of displaying the error message?
I am doing this all on the client side. So the .xml and .xsl files would be on a local directory on the user’s machine.