Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested XML Solutions: 301 - 325 of 1221
 
Hi. I am trying to learn how to use XML files (I have never worked with XML before!), and need some help. What I wish to do is to import customer-data from a XML-file (customer.xml, which is ...
Hi If the EPP client I use in command line uses this kind of settings registrar.id = username registrar.password = password registry.host = eppserver registry.host.port = eppserver port...
Hi Would you please send me the example code to "Convert XML file to CSV file by using Java code" Thanks, Malli
Hello, I'm a Java noob who has usurped a developer position (but im not a developer), anyway I have a Java app on a server running using J-boss. Recently one of the data-sources of the app ...
I'm trying to check if the text in a node matches the text I'm looking for, except that the text has an apostrophe in it.  I know that when I test strings in XSL, I use single quotes (apostrop...
Hi, I want to add an rss feed to my website, written in jsp. To do this I created a xsl file which will convert the xml to a html output. This is the xsl <?xml version="1.0" encoding=...
Is there some tool  which can be used to format and indent an XML file without using an XML aware Editor. I do have an XML aware editor (Oxygen) which can do it, but the problem is that t...
I have an xml fed gallery which is similar to the kirupa thumbnail gallery.  BUT, I have 3 different views for the object that is being displayed.  So, there is one large image, the thumbnail ...
hi friends i have  prb. i am using php in xml+wml for wap i can create there, <input type='text' name='textbox'> but why i can't create, <textarea> <radiobutton> and <checkbox>th...
Hello, I'm getting "XML parsing error: A comment was not closed" when I run this code: declare @r varchar(8000) declare @i int set @r = '<?xml version="1.0"?>  <!--Product="CONV-LIC-WL...
I have a template that creates a letter based on paragraphs pulled from a database.  there can be a variable number of paragraphs that will produce a variable paged document.  I want to make s...
Hi! I'm trying to push some data to a PHP script on a Linux box from VBA. The code runs fine and appears to push everything to the server correctly.  However, on the server side, the PHP...
I am working in PerformancePoint, and the application stores important data in a binary Blob field in a SQL 2005 table.  If I know the specific field name that I am searching for I have been a...
I am having problems getting the values from seom nodes. There is are no nodes being selected although I thought I had the path right for the nodes I am trying to select. The code I have is be...
I am trying to teach myself XML and XML Schema and am having trouble validating a simple xml file Here it is... <people>      <person>               <name>Bob</name>               <ad...
I am using visual basic 6 and have probably a fairly simple question.  I am new to XML and the DOM.  What I want to do is delete the nodes between two nodes in an xml document.  The document i...
I wrote an XSLT to convert user's XHTML articles to a PubMed document (http://www.pubmedcentral.nih.gov/). It works great, until the original XHTML contains one or more entities like &ndash; ...
Hi, I've just started in xml and I have created this file as a test... <?xml version="1.0" encoding="ISO-8859-1" ?> - <Inventory> - <Toy>   <name>Teddy</name>   <serial>00222</serial>...
Hi All, I am working on a project that requires a POST of an cXML file to the ariba vendor network(ASN).  I was successful to post the information to the ASN and but not able to get the han...
I'm new to XML and I'm trying to validate an XML file against an XSD Schema (that's 2 files) and I get the following error: Line: 3 - Position: 9 - The element 'ROEHEADER' has invalid child...
Hi, I inherited a project that consist out of a lot of XML files. My users want an application that exports those XML files into .PDF or Word. I have XSLT for my XML files, but I do not kno...
I would like to cycle through my xml and look for dates that are NOT formatted like "YYYY-MM-DD"  (no quotes, just like: 2003-10-09).   The xml may look like  mm-dd-yyyy, or mm/dd/yyyy, or yyy...
i am new to xml and i am trying to create a listview that when an item is sellected it is added to an xml file then if its unselected it should be taken off. i also need to load all the ite...
Hi, I would like to store in Hashtable all appSettings  I have in my config file. or even better: to store all key/value where key start with "***"
Hello, I have an XSL stylesheet that is generating HTML.   I would like to know how to escape the curly brackets in JavaScript so the XSL parser doesn't throw an error like I'm trying to use t...