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: 276 - 300 of 1221
 
Hi, I have the below XML with DTD. I am working on example of NMTOKEN. The NMTOKEN keyword ensures that the attribute can only contain a value that is a single item without any whitespace. ...
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...
This probably has a very simple solution but its been driving me nuts and im apologizing for asking this in advance. -- I have a slide presentation that i want to automatically advance with...
I have the following node in my XML schema:     <sch:rule>         <sch:assert test="My-Boolean[0] = 'true'">     </sch:rule> In my parsing code, which is written in C#, I have the obj...
I am sure this is simple -- but I'm new to XSLT -- so thanks in advance for helping me with what I'm sure is an easy question. I am reading an RSS feed that has a lot of stuff in it -- and ...
I've got a small 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. Here is the XML and the X...
I have an XML document that I'm trying to post to a given URL. I have to post the file as a filename eg."File1.xml" I can post an XML stream no problem. I've been told to look at using M...
Hello all: I'm trying to get a XML node and make it cross browser friendly. The following code works in IE but in FireFox I get this error: "xmlDoc.selectSingleNode is not a function". Can he...
Situation : I pass a encrypted string with xml tag to web service and decrpt it. After that, I put the decrypted string into xmldocument.loadxml I face the below error. Seem like the strin...
I have the attached XML (attached as txt) file saved as a file that excel thinks there is a problem with.  I can't find it for the life of me... any ideas?
Hello, I'm having a problem with some XML not being validated accordingly against my schema.  I know that the XML is correct.  However, I cannot seem to generate the appropriate XSD to vali...
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...
Hi, is it possible to create password protected site using php and xml. Basically the username, passwords will be stored in xml and the php will validate the login based on the xml data. ho...
Hi I use a php page to generate an XML objetct manipulated afterwards by javascript. The problem is that one of the fields in my database (=name)  has special caracters in it (like é è...
I need to edit the IIS 6.0 config files (metabase.xml) and had a go with this code, trying to get a list of all defined websites, and write their name to console, but it does not seem to w...
Hi all, I am trying to unmarshall and XML file but when it has a complex type, i don't know how to put the JaxB annotations on my class, in the example that I post SubClass is the ComplexTy...
I have an XML with the nodes listed below.. <XML>      <DriverVeh DriverRef='1' VehRef='1'>           <abcnode>100.22</abcnode>      </DriverVeh>      <DriverVeh DriverRef='2' VehRef='1'>           <abcnode>111.2...
Are there any characters that should be avoided (besides the  < > & " '). I am trying to process data that has sections that start with a backslash "\" and contain multiple dollar signs "$". T...
My fellow Earthicans, I am attempting to import data from an XML file (trip.xml) into a SQL Server 2005 EE database table (Traffic.dbo.RawTrip). I created an XML schema file (trip.xsd) p...
I have a registration form written in .asp that I am submitting to my own db.  I need to also send that data to a third party and I was thinking that xmlhttp was the way to go.  I have created...
I need to format the date in an XML Response. It is returned in the following format YYYYMMDD, and I'd like to have it display as MM/DD/YYYY. I have the following code in place in the XSL f...
Hey folks, The scenario: I need to import and parse data into an existing Javascript application (app. 3000 records). Currently the data resides in an XLS table...the data could be conv...
Hi,    I wanted to add  xsi:type="soap-enc:Array"  to the XML in the node PayFileDS using c# .net. I tried with [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSc...
hey all. i put this question here for lack of a better place. i'm having some trouble with some xml character conversion.  i'm getting an error that says: Caused by: org.xml.sax.SAXParseEx...
I have created a form with Infopath that inputs data to a SQL 2000 database. I also published the form to a Sharepoint site. The form submits the data to the database and the form can be acces...