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: 226 - 250 of 1221
 
Yes - I ve seen similair questions before and I searched the web but I cannot get it to work in Mozilla -  (works fine in IE with the ActiveXObjects). What I like to achieve is a much more com...
Hi, I have to read in very big XML files for a real-estate site. These XML files range from 300 to about 2000 properties. What would be the best approach to do this? I had problems in the ...
I have XML that resembles the following: Using Classic ASP, if I know the ID of a child, how do I XPATH to the the child's parent's node so that i can get the parent's name? Given that I a...
I have a tool that creates HTML for me. I am creating a Content Management system. My contents are stored in form of XML. While allowing the users to edit the content i show them a IFRAME wher...
Hi, I've already had this question pretty much answered but there's one thing I still can't figure out and I was hoping to get some help. Please take a look at this previous question fir...
I am using XSL-fo to convert XML to RTF documents. i am using the following code in my XSL for that <fo:block font-size="16pt" font-weight="bold"                space-after="5mm">                Project:           ...
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....
Hi, How do I display CDATA properly in browser? Here is xml file: <?xml version="1.0" encoding="ISO-8859-1"?> <?xml-stylesheet type="text/xsl" href="q1.xsl"?> <question qid="20835772"...
Hello Experts, I have to create multiple id cards in Indesign using XML data. There are about 30 employees whose id cards have to be generated automatically from indesign using the XML data...
Hi all, I am using Flying Saucer API to convert Html to Pdf on the fly in Servlet filter. I am facing a problem: Create a space with a name like, say, '& this is how the tree breaks' and...
I get the following error. Microsoft VBScript runtime (0x800A01AD) ActiveX component can't create object: 'MSXML4.ServerXMLHTTP' when i open the http://att.ws.com/UserXML.asp i get a pr...
Hi all, I'm using AntennaHouse XSL Formatter v2.5. The problem is, tables rows are not placed on the next page when the table is too large for the page. There is no error thrown, and ...
Ok output for this works fine on both of these (controltype radio and complex), however controltype "complex" should be displaying 3 rows and radio boxes in a 4 colum table for "eachitem1".  I...
I'm having an issue with special characters being replaces by '?' in the xml document. A simple example is "école" comes out as "?cole". I am setting an encoding on the xml document like th...
I've got an xml file and I want to validate it using an XML schema. The schema contains the key/selector/field so that I can constrain an xml value to be unique.  I'm able to validate a unique...
Hello, I am trying to link to a css stylesheet from a xslt file. I can't seem to make it work. can someone let me know if they see the styles being applied? here is the link to my pa...
How would I know if I need to use FreeThreadedDOMDocument or DOMDocument?  I know one needs to use FreeThreadedDOMDocument in a multi-threaded environment, but can someone give me examples to ...
Hello, I have a VBScript formhandler that is capturing data from an HTML form and writing it to an XML file. Sample code:    //pulling the data from the form field and assigning it to a ...
I have an xml file in the format of <TestData>     <Sample Time="2/2/2004 12:00:00">          <Data Cat="LogicalDisk" Counter="Disk Size" Instance="C:">                 10          </Data...
i - PresaleSI: System.Web.Services.Protocols.SoapException: Server was unable to read request. --> There is an error in XML document (1, 308). --> This is an unexpected token. The expected tok...
We have a web service that is using document/literal message encoding.  Several values returned from the web service could contain “special” characters, such as greater than (>) or less than (...
Hi, I have  a requirement to count the xml nodes after grouping.  <tblIndividualCriteriaRating RatingValue="4" CriteriaCode="cIM00033" Version="4" TeamID="7457" SurveyorID="710" />   <...
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...
I have a very large XML file I am trying to parse using SSIS and I keep getting errors whenever the elements value contains special encoded characters such as the following characters I have c...
When working with javascript in an XML document, I found that the selectSingleNode() function isn't supported in Mozilla. Is there an alternative? I am using XPath to select a single node. ...