Wednesday, September 14, 2011
what would be the xml schema for this xml data? <DiscBox> <disc color ="green"> <author> Top author <firstName> John </firstName> <lastName> Doe </lastName> </author> </disc> </DiscBox>
<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
Wednesday, August 24, 2011
modify <result>true</result> to <result>false</result> in an input .xml file. Does anyone of you have a working template for such task? I googled for it all day and no luck. Thanks. New to Java.
I am writing a Java GUI App that is a fortune teller, the only problem is I can’t get it to pick a random value from the XML files of fortunes if you could please give a bit of code that shows how to do it it would be greatly appreciated the layout of the [...]
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
I know html and am learning css and javascript. C3Schools says XML is meant to store and send data like <book>Book Name</book> but what’s the point in that? When would I be able to use that? And what are XHTML, PHP, ASP, and SQL and what do they look like? I will read long answers. [...]
I have an internet browsing history plist in XML format, though I want to convert a string made up of numbers into time and date so I can determine when the website was visited. Here is an example: <key></key> <string>http://www.carlsalter.com/mybikes.html</string> <key>lastVisitedDate</key> <string>313292084.8</string> How can I manually convert the numbers into a time and date?
Wednesday, December 29, 2010
I bought a new computer and somehow?? transferred my itunes library onto the new computer. It’s in xml format,how can I see the song names? I need to put these songs into the itunes library, thanks. thanks, I opened it and it shows something like this?? Where can I see the song list? <integer>1</integer> <key>Application [...]
Wednesday, December 22, 2010
do any one know a tool to convert the XML to graphical representation I mean if we have this: <root> <employee> jack </employee> </root> i want this to be as a rectangle named root and branched from it another rectangle named employee and its value is jack ?
i am reading about how to create XML documents , but i did not understand what are the purpose of having what i scalled XML name space for example : – <x xmlns:edi=’http://ecommerce.example.org/schema’> what if i wrote invalid URL or if i wrote a URL that is already mapped with another XML document on the [...]