| Subject | Date Asked | Expert |
|
| linking of xsl and xml file | 5/16/2007 | Alexander 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 Scenario | 3/29/2007 | Alexander 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 Rendering | 3/25/2007 | Alexander 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 tags | 2/4/2007 | Alexander 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 tags | 2/3/2007 | Alexander 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 messaging | 1/25/2007 | Alexander 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 Scripts | 1/21/2007 | Alexander 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 xml | 4/12/2006 | Alexander 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 2 | 1/9/2006 | Alexander 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/2006 | Alexander 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 ...
|
| DTD | 4/19/2005 | Ashvin |
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 ...
|
| DTD | 4/19/2005 | Ashvin |
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 values | 2/14/2005 | Ashvin |
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 ...
|
| RSS | 2/12/2005 | Phani |
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 XML | 9/2/2004 | Ashvin |
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 ...
|
| parsing | 9/2/2004 | Ashvin |
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 ...
|
| parsing | 9/2/2004 | Ashvin |
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 ...
|
| parsing | 8/31/2004 | Ashvin |
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 XML | 8/17/2004 | Phani |
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 CSS | 6/20/2004 | Ashvin |
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 ...
|
| XML | 6/9/2004 | Ashvin |
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 - Xerces | 6/8/2004 | Ashvin |
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 stylesheet | 5/22/2004 | Ashvin |
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 transformation | 5/10/2004 | Phani |
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.DLL | 5/3/2004 | Ashvin |
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 & Xpath | 4/28/2004 | Ashvin |
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 XML | 4/22/2004 | Ashvin |
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 XML | 4/21/2004 | Ashvin |
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 xml | 4/14/2004 | Phani |
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 element | 3/31/2004 | Ashvin |
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 element | 3/30/2004 | Ashvin |
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 2000 | 3/30/2004 | Ashvin |
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 Engine | 3/26/2004 | Ashvin |
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 interpreting | 3/25/2004 | Ashvin |
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 interpreting | 3/25/2004 | Phani |
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/2004 | Ashvin |
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 Website | 3/18/2004 | Ashvin |
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 xml | 3/18/2004 | Ashvin |
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 format | 3/17/2004 | Ashvin |
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 value | 2/25/2004 | John 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 ...
|