XML/Questions

SubjectDate AskedExpert
XML DTD1/17/2012Ziv Ben-Eliahu
  Q: I’m working on a assignment for one of my Modules at University, the 1st task is to design a XML ...
  A: I must say the net is filled with DTD examples. Here something to start with: ...
Testing tools for web browsers.10/9/2011Ziv Ben-Eliahu
  Q: All our testing is done via URL’s so web based in other words. It is always a business to business ...
  A: Selenium is a good option. It's automation need some work, but it provides good functionality. On ...
XML flipbook8/14/2011Ziv Ben-Eliahu
  Q: I'm using an XML driven "flipbook" on my site. I have an actionscript 3 mp3 player on five of my ...
  A: Assuming that all 4 "playlist.xml" are different, the problem might be that the browser caches the ...
XML flipbook8/12/2011Ziv Ben-Eliahu
  Q: I'm using an XML driven "flipbook" on my site. I have an actionscript 3 mp3 player on five of my ...
  A: Impressive web-site :) I checked the produced page of the link but the HTML does not contain ...
add arabic to xml5/30/2011Ziv Ben-Eliahu
  Q: i want to add arabic font to my english xml how can i do that and what the program can i use . ...
  A: Any editor will do. Notepad, for example. Just make sure you save as UTF-8. There are, of course, ...
XML5/17/2011Ziv Ben-Eliahu
  Q: I have Started with internet languages.And done with html and javascript(basic level) should I start ...
  A: XML is the base for many other markup language such as HTML and DOCX. Knowing utilities that handle ...
Converter help3/8/2011Ziv Ben-Eliahu
  Q: I had currency converter on web page, which worked fine until bank has slightly changed they code, ...
  A: If the filled URL doesn't work it is very strange. Since it is just like any HTTP request - it ...
Converter help3/4/2011Ziv Ben-Eliahu
  Q: I had currency converter on web page, which worked fine until bank has slightly changed they code, ...
  A: I am not sure why is this an XML question, but here is what I understood so far. Your old code used ...
Transfer XML date in same access table2/16/2011Ziv Ben-Eliahu
  Q: How to export from an xml file in MS Access 2010? Also I want to automate the system of tranfering ...
  A: Technically this is a MS Access question, but I will try to help. My suggestion is this: a. create a ...
Extracting Data from XML using Word VBA2/15/2011Ziv Ben-Eliahu
  Q: Hey I'm new to VBA and I have a bunch of XML files that I need to open in Word and use VBA to ...
  A: Is there a line number with the error? I will guess the line that failed is reading the XML: ...
Extracting Data from XML using Word VBA2/9/2011Ziv Ben-Eliahu
  Q: Hey I'm new to VBA and I have a bunch of XML files that I need to open in Word and use VBA to ...
  A: I will try to help, though this is more of an XML forum than a VBA forum. Anyway, a quick search ...
wrong path for xml?2/6/2011Ziv Ben-Eliahu
  Q: I don’t know if this is a Dreamweaver or xml question? I have four files which I bought from a ...
  A: The original HTML has these two parts: (1) access to the XML var flashvars = { xmlPath: ...
wrong path for xml?2/2/2011Ziv Ben-Eliahu
  Q: I don’t know if this is a Dreamweaver or xml question? I have four files which I bought from a ...
  A: This seems like Dreamweaver question. But I will try to help. Please pick one of the three FLV+XML ...
what does @ mean in xml?1/24/2011Ziv Ben-Eliahu
  Q: The following line is in one wsdl file, and the @HOST_NAME@ looks like a variable. does @ indicate a ...
  A: In XPath, the "at" sign (@) refers to an attribute. For example: school\@name refers to the name ...
Excel VBA Coding for xls transformation1/3/2011Ziv Ben-Eliahu
  Q: I have a well parsed xml and xslt i need a vba coding for transform the xml using xslt and out put ...
  A: I will work on this problem and I do find it interesting. But you should note it might take a ...
How to Move My Website9/29/2010Ziv Ben-Eliahu
  Q: I have a problem? I already have a website for myself a website, which is ...
  A: There are several ways. The simplest solution is to place an HTML file, index.html, in your ...
understanding multimedia8/31/2010Ziv Ben-Eliahu
  Q: I understand that Codecs are used for compression But what are the main features of codecs used for ...
  A: I will not be able to give a full answer as this is a big topic and a small question. There are ...
@ in xml file?7/5/2010Ziv Ben-Eliahu
  Q: I don't remember what is the purpose of using @ in xml file? do you know by any chance? Regards, ...
  A: I assume you mean @ in an XSL file, or part of an XPath. It means attribute. select="book[@Name = ...
finding the largest in a list without sorting6/29/2010Ziv Ben-Eliahu
  Q: I am trying to teach myself xslt. I am currently working through some video lectures and assignments ...
  A: A very nice XSLT. I like your line of thought - keeping a linear performance. I don't handle huge ...
XML Node access5/3/2010Ziv Ben-Eliahu
  Q: I am trying to access a node from an xml document from ...
  A: I found a solution. Apparently IMAGE tag is inserted as an IMG tag. Very strange. ...
XML Node access4/29/2010Ziv Ben-Eliahu
  Q: I am trying to access a node from an xml document from ...
  A: getElementsByTagName is HTML path, not XPath. And it should works as well. Here are some examples ...
XSLT / XML and emails4/27/2010Ziv Ben-Eliahu
  Q: Hi I'd like to know what XSLT AND XML are and do they impact on emails or SMTP??
  A: I will give you a brief question that will hopefully help you to search the net for more specific ...
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 ...

Page:   1 | 2  |  Next      All

XML

All Answers


Answers by Expert:


Ask Experts

Volunteer


Ziv Ben-Eliahu

Top Expert on this page

Expertise

I can answer XSLT (XSL) questions - XML transformation. I like XPath and XQuery concepts. I know some XML parsing techniques.

Experience

2 years with XSLT (and related XPath)

Education/Credentials
M.Sc. from Ben-Gurion University

Past/Present Clients
I.D.I Technology

©2012 About.com, a part of The New York Times Company. All rights reserved.