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: 526 - 550 of 1221
 
Not exactly sure where to ask this, so bare with me. Recently, I have been "playing" around with xml/xpath/xquery/(asp.net). I am very familiar with sql, however, this does not help me with...
Hello, I have an xml like below.  I wanted to get the First element Attribute (ie, _application) and the last element attribute (ie, ¬sbusines) by using Java (JAXP, XPath ...). So, I need a...
Hi experts, I am using libxml2 to generate an XML document containing details read from a database.  The document is correctly created, but I am seeing the above warning message.  Could som...
Hi Experts, Is it possible to execute an SQL Select statement on an XML file? I have an XML file that holds some data and need to read them in a way similar to the GROUP BY.
I am using WS_FTP 6.1.  I exported a log file from it to a XML format file.  I want to import this log file into Access.  I have Access 2007 installed on my system.  The first 2 sets of data i...
I am looking for help on how to create some sort of template for Excel which can properly import data from a .CSV file. Simply opening the CSV file into Excel is problematic because some of...
Hi, 1. I would like to do a simple validation my xml input file if there are any xml syntax error, ex:missing clossing tab. Example xml input file as below: <?xml version="1.0" encoding=...
Hi All Given an XML document and any given node inside the XML, how do I obtain the XPATH for that particular node from the 'root' node using Java code ? For instance, if I have an XML l...
If my XML has the following node, how can I get the contents of MyText, excluding the white space. I am not using a style sheet for this XML, but I am using a schema. Thanks.  I want my output...
How can i generate xsd's from xml documents?
I am trying to implement the UPS OnlineTools XML Tracking tool. I was hoping to find a working example so i would not have to script the entire thing from scratch. Only one i found is this: ht...
Hi I'm having trouble getting a simple sum in XPath using MSXML in an ASP page. Given the code: xmlDoc.setProperty "SelectionLanguage","XPath" response.write (xmlDoc.selectSingleNode...
Friends, I am using a multi level XML, & using IE5 or above browser, please tell me how to bind text boxes (input boxes) with them, for example my XML is :- <XML id=objXML>   <first> ...
When I try to open an XML doc in IE I get the error message below if encoding="ISO-8859-1": System does not support the specified encoding. If encoding="windows-1252" then I can view the...
how do i replace carriage returns with the break tag in xsl ?
I create Object type xml (XMLData) by JavaScript:      XMLData = new ActiveXObject("msxml2.domdocument.3.0");      XMLData.async = false;      XMLData.load("Details2XML.aspx");               (Detail...
Hello Experts, I'd like to know  a DTD of that XML file can be created. Thanks in advance!
I am attempting to set up an encrypted password for my datasource. As a test datasource, I am using ATG's built-in Solid database. I have set up a datasource configuration file, which worke...
Hi, Below definition works fine but when I change my xml file to this it fails with "The 'HeadCount' element is not declared". Can I use xml without the namespace drama? <root>     <Hea...
We define a type in our schema  <!-- Basic metadata that has to be implemented  --> <xs:complexType name="recordmetadata"> <xs:sequence> <xs:element ref="element" minOccurs="1" maxOccurs...
Disclaimer: I am *not* very familiar with XML. Currently I'm working on a project where we are trying to dynamically populate word templates for our users. The basic workflow is user enters...
I have created a SQL template file that returns XML for a remote company to retreive.  I have created ASP and ASP.NET scripts to show them how to read the remote XML that is on my server and t...
I'm using the JAXP package to parse an xml file and then create a dom document. My problem is that I'm trying to copy one portion of the created dom and attaching it to another dom documen...
I asked a question earlier about sorting some results on a website I was doing, and got a good awnser. Here is that awnser -> http://www.experts-exchange.com/Web/Web_Languages/ASP/Q_2036948...
I am having a problem selecting a specific node based on the element's ID.  Here's a sample of my XML doc: <SCREENID>   <FIELDPOSITION id="field1">       <ROW>1</ROW>       <COL>2</COL> ...