Skip to content

Tag Archives: xml code

How to write a XML code to this simple table?

<table border="1"> <th>animals</th> <tr> <td>cat</td> <td>dog</td> </tr > <tr> <td>cougar</td> <td>lion</td> </tr> </table> I want only the XML code.I don’t want it to do anything Thanks

how to write a XML code to this simple table?

how to write a xml for a table which has 2 rows and 2 columns <tr><td>cat</td> <td>dog</td></tr > <tr><td>cougar</td> <td>lion</td> </tr> above table. @moose man ,I don’t know what it is supposed to do,but I need a XML code to that standard table .That is in HTML,I want it in XML

with which extension to save an XML code ?

i want to ask that like we save an html file with an extension .htm or .html if we are writing an xml code in notepad then with which extension to save it??? .html or .xml ????

How do i get the XML code for this widget?

http://widgets.yahoo.com/widgets/picture-frame I want the XML code, but i don’t know how to get it, pls help!

I would like to add my personal website as an RSS feed on my yahoo 360 page but I dont see the XML code?

I would like to add my personal website as an RSS feed on my yahoo 360 page but I dont see the XML code tehy said to look for in yahoo help. How can i add it to my site or get it. It is a yahoo website

Where can I find an Audrey Hepburn iGoogle theme?

They don’t have any on the actual Google site and I know you can make your own theme. Unfortunately, I’m not a web designer of any kinds, so making my own XML code would be pretty close to impossible. Does anyone know where I can find a pre-made one online? It would be really awesome [...]

Plz plz how can I draw points of array as Line in xml using Javascript,I need the code,plz help me?

I need the code to enter the values of points of array as (x,y) to draw it in graph in html using Javascript— enter point then the program draw it in x.y axise thank u

How can i view xml files on my PC ???

IT STARTS SOMETHING LIKE THIS: <?xml version="1.0" encoding="UTF-8" ?> – <wsdl:definitions targetNamespace="http://testroom.vidyamandir.com/vmtestroom/services/GetAllScheduledTests" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://testroom.vidyamandir.com/vmtestroom/services/GetAllScheduledTests" xmlns:intf="http://testroom.vidyamandir.com/vmtestroom/services/GetAllScheduledTests" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://common.services.vm.nagarro.com" xmlns:tns2="urn:GetAllScheduledTests" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> – <wsdl:types> – <schema targetNamespace="http://common.services.vm.nagarro.com" xmlns="http://www.w3.org/2001/XMLSchema"> I mean i want to view the OUTPUT of the xml code.

After attaching XSLT stylesheet to the XML, How to make IE7 display the output?

I have an XML file , and I created a XSLT stylesheet for that. Within the XML file I added the PI <?xml-stylesheet type="text/xml" href="15-6.xsl"?>. . Now to make sure this is working or not, I tested using XML Spy, and I see the output. (Meaning I opened in XML Spy the XML file, and [...]

How can i add a processing instruction to the prolog to direct the XML processor to access .css files?

How can i add .css to my XML code?