Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested XML Solutions: 601 - 625 of 1221
 
P2V scripting I have a P2V script which is attached that is working but when I try to start the VM using VMware Server Console the server just blue screens each time. I am also posti...
I have quite a bit of experience with Visual Basic .NET but I'm just now getting into Web Services.  I'm writing a basic AJAX based script that needs to communicate with a web service to retri...
Hello, I'm rather new to working with XML and have run into some serious problems.  I am currently building a DTD for the following XML code below, but I have begun to run into some significa...
Hello Guys, It was working all good until yesterday and now its throwing The operation timed out  error whilst executing the following code, it works fine to load plainhtml using responset...
Hi experts, I would like the DOMWriter to output the XML data according to a schema. Does anyone know how to do that? example: DOMWriter     *theSerializer = ((DOMImplementationLS*)impl)-...
Hi .. I have the following XSLT template for a basic arithmetic calculation.      <xsl:template name="ordneParameter">           <xsl:param name="currentTel"/>           <xsl:param name="offset"/>           <xsl...
Is it possible to XPath to a location, then Insert/Delete nodes at that point. All the examples I have seen, seem to be absolute node select, then you can Insert/Delete node. Thanks Simon
I'm confused. Does the javax.xml.parsers package contain JAXP APIs which are the SAX and DOM APIs? And there are two parsers one is the SAX and one is the DOM? Is one validating and one non-v...
Hi there, it is a little bit annoying to get just and only the result code 0x01 from loadXML() it it failed. How to get the error reason? (If also MS XmlNotepad is able to catch errors in...
I've been looking at both of these and would like to figure out what is the difference. 1.  Ex.  In using DOM are the api calls the same for any of the libraries? Meaning If I was to use Xe...
Hi There I am looking for a way to replace carriage returns, VbCrLf or any equivalent, with <br> or <p> tags. The current transformation renders a single line and all paragraph formatting i...
Hi, I'm having problems to edit XML documents that contains CDATASection elements. When I load the document using the MSXML DOM object, and then set value for a CDATA element, the pars...
Hello Experts, I need help parsing Xml tags usig Xpath. I eed to extract the temperature values from the XML snippet attached below contained in : <temperature type="maximum" units="Fahr...
I need to connect to a XML url and get the data out as an array so I can then display the content as needed and insert into a local database,  The xml file is located on a external server and...
Using the client brief, along with the sample data (sample-request.xml) for a stock availability request, complete the following tasks. 1. Create a Cascading Style Sheet (CSS) called request...
Hi, I got this error in my xcart website. Error: Error parsing XML; message from parser is: Invalid value for body of quantity in checkout-shopping-cart/shopping-cart/items/item: Must...
I am trying to parse certain areas of an XML file using VBScript & DOM.  The purpose of the program is to extract an error log (in xml format) that is provided by an application and update an ...
Hi, How to pass a string from HTML page to XML file?  (It includes create and save XML file on server) Do you have some code about this?  Thanks.
I have an XML file like so... <E>    <e1>foobar</e1>    <e22>yada yada</e22>    <e333>yada yada yada</e333>            <e22>zoom zoom</e22>    <e333>zoom zoom zoom</e333> </E> (note th...
<xml> <type>   <id  code ="123"/> </type> <type>   <id  code ="123"/> </type> <type>   <id  code ="234"/> </type> <type>   <id  code ="143"/> </type> <type>   <id  code ="123"/...
I have an xml which is showing like this ( the inner tags also has a line feed ) : for example : <EMPLID>      9999  </EMPLID> should be like :  <EMPLID>9999</EMPLID> ================...
Hi, I am quite new to xml and programming in general, so dont laugh if it sounds like I have no idea of what I am asking about... I have a file abc.xml and it has the form of the following:...
Hi!   Small question about Xalan XSLT processor:   If Xalan supports the folowing syntax for xsl:if:   <xst:if test="$a > $b">     or should I use only   <xst:if test="$a &amp;gt...
I have written a little text to xml converter for use in house, and I want to display it in the way they are used to, so my question is how do I make xml look like text :) Actually the orig...
Hi experts, I have very urgent need to know any public/valid timings on SAX vs DOM in Java. Especially, Xerces or IBM parser. All answers could be graduated.