AllExperts > Experts 
Search      

XML

Volunteer
Answers to thousands of questions
 Home · More Questions · Question Library  · Free Encyclopedia ·
More XML Answers
Question Library

Ask a question about XML
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
About Alexander Radev
(Top Expert on this page)

Expertise
I can aswer XML realted questions regarding basics, what XML can be useful for, server-side XML usage scenarios, XPath query language, XSLT transformations, DTDs and XSD.

Experience
I have been working with XML technologies since 1999.

   

You are here:  Experts > Computing/Technology > HTML/XML > XML

SubjectDate AskedExpert

linking of xsl and xml file5/16/2007Alexander Radev
  Q: My quest:i have an xml and xsl file, i want to link them.. i have done everything to do this ...
  A: Generally, you should start your xml file like this: <?xml version="1.0" encoding="..."?> ...
XML Usage Scenario3/29/2007Alexander Radev
  Q: Alexander Good Morning, I would like to harness XML in the following scenario, and I would like ...
  A: I will recommend you to use .NET platform and setup a server that accepts request at the Systems ...
HTML Inside XML Not Rendering3/25/2007Alexander Radev
  Q: Ok, I just asked the last question...I thought my question was pretty well stated but since I didn't ...
  A: sorry for the delay, but it is Sunday :) This will probably do the trick: <xsl:template ...
XSL: value-of with tags2/4/2007Alexander Radev
  Q: Yes...maybe I'm wrong (new to XSL). I was only trying to create an HTML file as output from a source ...
  A: for your example, if you want to output the contents of <node1> in a <div> element, the following ...
XSL: value-of with tags2/3/2007Alexander Radev
  Q: I am trying to transform an XML document into HTML using a style sheet (using ant for the ...
  A: Generally, you will not be able to "take" the value along with the contained markup. BUT I think ...
Instanst messaging1/25/2007Alexander Radev
  Q: I am building an instant messaging service, using Jabber and xxmp protocol for messaging. The user ...
  A: You do not have quite a lot of options for the protocol - either you use one, which is already ...
XML Scripts1/21/2007Alexander Radev
  Q: Im trying to generate a few simple scripts in XML and i just keep on failing I dont know why I was ...
  A: This is not a trivial task. I would start by designing a WSDL (and XSD) which will define my ...
questions about xml4/12/2006Alexander Radev
  Q: you seem to be an expert on xml, I want to be the one stop shop for everything relating to web ...
  A: Consider AJAX: If you want your webapplication users to be able to refresh just a small segment of ...
Question round 21/9/2006Alexander Radev
  Q: I´m trying to implement a function on a company´s webpage (www.leinelinde.se). Presently, I am ...
  A: Well Mike, I would assume that you have to use AJAX here :) The XML interface in this case is just ...
Hi! I´m trying to implement...1/4/2006Alexander Radev
  Q: I´m trying to implement a function on a company´s webpage (www.leinelinde.se). Presently, I am ...
  A: I need more information regarding the platform you are building your application on - is it AJAX (ie ...
DTD4/19/2005Ashvin
  Q: Now I am more clear about XML but w/o implementation it is not so much.I make a test program ...
  A: This will sure give you error. There may your browser which is not supporting. may be your browser ...
DTD4/19/2005Ashvin
  Q: Sir, I want to know what is the actual use of dtd.What is the benefit of using dtd .i read the ...
  A: DTD is the "Document type deaclaration". It itself explains what is means. When you work in XML you ...
Sorting Currency values2/14/2005Ashvin
  Q: In a table i have a column having currency in the following format. $5,000 - $9,999 $1,000 - $4,999 ...
  A: There is no option to sort varchar Datatype in a numeric Order. You have to play with output to get ...
RSS2/12/2005Phani
  Q: sir, I want to know abt RSS used In XML.i am new for xml.i have to fetch the data (like current ...
  A: Sorry for the delay. You can get more information on RSS Feed on the following sites. ...
New to XML9/2/2004Ashvin
  Q: using ASP. Then from the XML Document need to store some info into an Access Table?
  A: Great you are new to XML but want to do the latest things. Good. In SQL Server 2000 you have new ...
parsing9/2/2004Ashvin
  Q: XML file <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE HARDWARE SYSTEM ...
  A: I have gone thourgh your Question, If you want ot just display the XMl Data in a browser with ...
parsing9/2/2004Ashvin
  Q: Sir i want to parsing this xml file in asp. display should be like this: BIOS bios_serial_no B102 ...
  A: Sorry Dear, I cound'nt get you. Parsing is done using DTD or schemas. In Browsers there are ...
parsing8/31/2004Ashvin
  Q: Sir i want to parsing this xml file in asp. display should be like this: BIOS bios_serial_no B102 ...
  A: This is XSL file which you have to use to show XMl file in the browser <?xml-stylesheet ...
About testing tools in XML8/17/2004Phani
  Q: I am presently a tester started my career with Software testing.As a fresher i entered into testing. ...
  A: . I have no idea about the testing tools for XML. But i do suggest to create some XSLT for your ...
XML vs CSS6/20/2004Ashvin
  Q: Is CSS file an XML document and can CSS handle multiple name spaces?
  A: There is no similarity between XML and CSS. CSS is Cascade style sheet And XML is eXtensible Markup ...
XML6/9/2004Ashvin
  Q: im using XML file in my project...my project resides on macromedia director...my project is about a ...
  A: XML stands for EXtensible Markup Language XML is a markup language much like HTML XML was designed ...
validating an XML schema - Xerces6/8/2004Ashvin
  Q: My daughter (recent college grad) is working on a web site for a non profit and has no "senior ...
  A: You have to tell me the language you are using to integrate xerces. well I am sending you the code ...
a sample stylesheet5/22/2004Ashvin
  Q: I have simple xml file and i need a stylrsheet to transform it. my xml file is <doc_name> <title> ...
  A: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" ...
XML transformation5/10/2004Phani
  Q: I have a more difficult problem that can be summarized with the following XML source: <?xml ...
  A: I suggest you to redefine the XML Schema Structure, because, your requirement is simple one. So, ...
XMLPARSE.DLL & Riched 32.DLL5/3/2004Ashvin
  Q: My wife & I bought this computer basicly to e-mail cheaper than phone. Now when we log on it says ...
  A: My Advise is to go back to the shop from where you bought your computer and ask fro the assistance. ...
Manipulating XML files with Excel VBA & Xpath4/28/2004Ashvin
  Q: My name is Jim Owens. I have a number of XML files that I need to query in order to construct ...
  A: There is no syntex difference in Access and Excell VBA for manupulating XML files. For manupulating ...
Read/Write to XML4/22/2004Ashvin
  Q: I am an AllExperts volunteer myself, only in VB 6. I am hoping you can help me out. I have an XML ...
  A: I am very Sorry that I have not responded your question, I was very busy and I am not able to send ...
Read/Write to XML4/21/2004Ashvin
  Q: I am an AllExperts volunteer myself, only in VB 6. I am hoping you can help me out. I have an XML ...
  A: No its not confusing at all. But as far I know Vb.Net there is no way which can directly do this. ...
searching xml4/14/2004Phani
  Q: I am a beginner in XML. I have a search form (html) in which the user gives in the search criteria. ...
  A: You need to use MSXML DOM to pass and retrieve information.. For more information search for ...
adding an element3/31/2004Ashvin
  Q: I an getting data from a database in XML form. It looks like this: <NewDataSet> ...
  A: You can get XML as per your requirement. I have tried your code and get the value in same ...
adding an element3/30/2004Ashvin
  Q: I an getting data from a database in XML form. It looks like this: <NewDataSet> ...
  A: I have gone through your code, I am not able to understand how you are getting your XML from the ...
Export to xml in Access 20003/30/2004Ashvin
  Q: To export to xml format in Access 2002 is very simple, but helas I only have Access 2000. For the ...
  A: If you want to put XML tag in the txt files you can do it by opening txt file by using ASP or VB. ...
About Search Engine3/26/2004Ashvin
  Q: I'm trying to make a search engine using php and xml. I have a few questions about it. 1. to search ...
  A: xPath is better then regular exp. they are made for the xml files. ...
XML parsing and interpreting3/25/2004Ashvin
  Q: i have created a XML file that contains the user selections made using a HTML form. in this XML ...
  A: First of all I am Very sorry for the delay, I was very busy in my projects. Well, for you, you must ...
XML parsing and interpreting3/25/2004Phani
  Q: i have created a XML file that contains the user selections made using a HTML form. in this XML ...
  A: I didn't understand your question. If the xml file is running on the server side, Server side ...
XML parsing??3/22/2004Ashvin
  Q: i am really getting confused on what is XML parsing or what does an XML parser do? for example, i am ...
  A: Well I don't know why you are forced to ask this type of question and why are you telling me that ...
XML Website3/18/2004Ashvin
  Q: Is it possible to form an xml based website where we manipulate xml database with ASP? Are there any ...
  A: Well you are very late. People have started using XML database long back. There are many sites which ...
About xml3/18/2004Ashvin
  Q: I've a doubt in XML Is it possible to connect databases through XML? Kinkdly explain this with ...
  A: Yes, you are right. It's possible to connect database through XML. You can store your data in SQL ...
regarding CSV format3/17/2004Ashvin
  Q: i am showing a report in html format and also saved that report in a file using comma as a seperator ...
  A: There is no option for opening excel file with save as option for the I.E. . The only thing you can ...
Currency value2/25/2004John Evdemon
  Q: i want to get the currency value from a website to my local database for developing a component,is ...
  A: XMethods has identified a currency webservice at ...

Page:   1 | 2  |  Next      All


Questions by
Active Experts:
Alexander Radev  

     
About Us | Advertise on This Site | User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2008 About, Inc. About and About.com are registered trademarks of About, Inc. The About logo is a trademark of About, Inc. All rights reserved.