Advertisement

250 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 - 621 of 621
 
Hi, When i use createNode or createElement to create a node or an element the default namespace is added automatically.  I dont want any namespace for the node at all.  Can i do that?
Hello all,             I am new to XSLT. I have a problem at hand where I have to insert a horizontal rule after a set of similar elements(all similar elements are already in sequential order...
I'm at that interesting point where a little knowledge is a dangerous thing :) Though not new to XML, I'm new to using VB Script to manipulate it. I'm starting out with a script I found on the...
I am trying to find a way to parse a dtd file and output the xpath for each element and attribute to rows in a database table.  Outputting to the database isnt a problem but I'm not sure how t...
Is it possible to access the querystring of an XML document from its XSLT? I have the following url http://localhost/myFile.xml?name=hello Can I access the name variable through <xsl:sc...
Can someone post the links to the sample wsdl files & the ones available on web.
hi ... we have an ASP page (VB) generating an XML data string which is loaded into an XSL template using     proc.addParameter "pageData", loadData.documentElement however i am prett...
In one of my table cells the text is exceeding the block width and I need to wrap the text. But I was not successful after using wrap-option="wrap" in <fo:block> and <fo:inline> ?? (FOP su...
Hi, I want to send 2 values through the query string from an XSL. I am using this XSL, to format an xml document, and need to show a link to another page, for which I require 2 values to be...
1199.0055 based on minorunit value, i am expecting following output minor unit:number of digits to display after "."  WITHOUT ROUNDING. inputvalue        minorunit    output ...
Just started learning XML, so this is probably easy for all you gurus. I've got an XML document.  It's being produced by an Acrobat form, so I don't have any control over the schema (that I...
Hi i developed small application using asp.net,c# which gets the nodelist, from nodelist will get the data based on elementname.Here is the code  : here Utility is my own xml class it retur...
I have a xml file looks like the following <sales>      <salesOrder>             <order_no>0000011</order_no>              <ship_no>00000059</ship_no>               <salesline>          ...
I'm using Access XP VBA and MSXML2.DOMDocument40. Why does LoadXML fail when the xml file starts with <?xml version="1.0" encoding="Windows-1252"?> If I remove this line in the xml file,...
I am trying to detect errors while using ServerXMLHTTP asynchronously, but it appears that readyState remains 1 when an error occurs, and the only way I have found for detecting the error is t...
Hi, On my weblogic server 8.1, I have a small piece of code which reads xml data and generates reports in PDF format. import java.io.ByteArrayInputStream; import java.io.ByteArrayOutput...
How exactly is a proper SOAP envelope suppose to look like??? I have been messing with this: <%      URL = "https://ItranetAddress/soap/NetPerfSOAP.pl"      IP = request.form("IP")      IfIndex = requ...
Hi, I would like to know if FireFox or Netscape 7.2 or any Mozilla browsers support Synchronous calls for the xmlHttpRequest method?  I am looking at this call:   xmlHttpRequest.open( "GET"...
I am new to XML but need to create a simple XML file that displays a Title, Link & Description in different items. I have the Description in a CDATA tag in the description so the description i...
Last desperate hope for appeal, as I'm running out of ideas - hoping there are some XMLSpy gurus hiding out there. I'm trying to validate the output messages from the openspml.org free java...
I am trying to find a way to set the timeout value of the XMLDOM object as i currently have a transformation that is exceeding the current value. can anyone direct me in the correct directi...