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: 151 - 175 of 621
 
I am trying to work with a configuration file that is written in XML, this file will be used to control/configure some batch jobs.  I started using a DTD to control the content of the xml file...
Hello, I use XSL to retreive information from a database and put them into a table.  I would like to know a way of alternating the table row background colors like the ones they do in online ...
Hello, I want to use a SOAP Request and response in a webpage coded in ASP. The SOAP request and response code is here; http://tckimlik.nvi.gov.tr/kpspublic.asmx?op=TCKimlikNoDogrula How...
Hi, I am working a XSLT version 1.0 style sheet, I tried the translate function, which works great. When I try to use the replace function, I got error "Problem: xmlXPathCompOpEval: functio...
hello i am trying to create rss news reader for which i am use the rss xml given by BBC news. I am using Asp.Net and implementing this way:          Dim loc = "http://news.bbc.co.uk/rss...
Hello, I've seen some other posts concerning this, but would like someone to look at the below XML output I am getting and explain in detail how I can get this data into a CSV file (I'm as...
Hi there, i want to do a page break when the previous student's grade is different than the current student's... and my test does absolutely nothing.  either that or it's always false.  i...
Hello, I'm trying to use c# to associate a xml document with a xsd schema. I'm using the c# code which is lifted from help but when I use the debugger nothing happens.            Path = ...
Hi, I opened this xml document in firefox and th following error occurs.  I thought that the content within the tags didn't determine whether it was well-formed or not. But clearly I am wro...
Hello I am trying to add a sitemap to my site. this is part of my sitemap and the error i get is below that, it states that i need to add semi colon . I am a bit lost and can do with some h...
Hi, I am using the PHP DomDocument class to create an XML file from data from a database. Unfortunately, if the data in the dataabse contains a pound symbol (£), the whole field is ignored...
I'm trying to update an XML file with PHP but can't seem to figure out how to do it. I'm running PHP5 on Apache, and reading the XML with simpleXML. I need to do the following; I hav...
Hi, Does anyone know how to extract CDATA sections from an XML file using javascript and W3C dom? I cannot read the text that it stored between tags it keeps giving me an undefined object e...
Hi Experts What is the XPath expression for finding distinct nodes? Here is my sample xml structure <root>      <Node1>Data1</Node1>      <Node2>Data2</Node2>      <Node1>Data1</Node1>      <Node...
Hi, I am developing a web application using ASP and VBScript. I have to read an XML data returned from another third party company using SAP. The XML data looks like: <eQuoteCustomer>  ...
I have an XML page generating an error. There is no header other than what you see below. Upon loading the page, the XML parsing failed pops up. A web software program is generating this page....
Hello Experts, I am trying to import xml data into filemaker. For simple xml i can create a normal and xslt and it works fine for me. But when i have a more complex xml something like bello...
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, Ok here is the scenario. I have a web app that generates txt and tsv files based on invoice information. These files are sent to Open Invoice where the client imports them into their ac...
I want to use a code block <%= %> to specify a string in a CDATA node of an xml doc.  I am using VB.NET, so I am writing the XML directly in the response (VS2008). The first example WORKS. ...
Hello, I am an XML novice. I have an XML document as shown below: <Snapshot subscriber = 1002 company = 001>     <Snapshot-Table1>         <row>              <t1col1>row1 col1 data</t1col...
Hi, i have this node <answer text="c. 2+2\<4."></answer> i need to use the mathematical notation for less than - how to I do this? ta. blu.
Hi I am getting following xml error when I try to validate this:  '<Users> < User ID ="" Action = "INS" NTID="rgh3" Name="Rose" Team="Data" Role="dev" Permissions="111111111"/> </Users>...
Hi I need help in sorting the xml nodes and rearrange then in lowest price first order. The prices are present in each node element. I know i cant do it in xml file ..i have to make xslt fi...
I am sending an xml document to Sql Server as varchar and this error occurs only when sp_xml_preparedocument is called with special characters in the xml, in this case Swedish characters with ...