Advertisement

900 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.

 
Top XML Solutions: 76 - 100 of 102
 
Hello, the attached Code Snippet doesn't validate the XML file, which references a Schema. the Document is loaded and can be accessed. How can I validate ist? This is running on a local Wi...
I'm looking at purchasing the following program to use in my application.  This is a slide show app that allows you to do videos, pictures and audio. http://slideshowpro.net/examples/ Be...
I have to write a spec sheet on how to format an XML file for transfer to my company. I will be giving the sheet to another company and they will use it to format the XML accordingly. I do...
I am gathering raw data and trying to write/overwrite data in XML format in xyz.xml located in soem remote place , i am sure it coulc be done using  <mx:HTTPService .. /> , can i see the code ...
How would I extract this <Field Name="Address Street" Type="System.String[]">   <Item Type="System.String">502 A KENDALL DRIVE</Item> I cannot figure out how to get this "address" out ...
I have an XML file in which i am trying to add EventExam Name but for some reason my xslt file is not reading it. Am i doing something wrong. Please suggest!!
I have an XML file that fails the oracle xml parser. Is there any tool that can tell me what is actually wrong with format it so i can fix and make it well-formed. IE seems to open he file ...
I'm working with fairly simple, straight forward xml documents where occasionally the text contained within an attribute needs to embed html codes: <?xml version="1.0"?> <myRoot   TITLE="...
Hello Experts, Please help me identify the problem in the attached xml file.  it is not parsing and when i try to validate the xml script on http://www.w3schools.com/dom/dom_validate.asp it...
I have a EXTRINSIC element               <xs:element maxOccurs="unbounded" name="EXTRINSIC">                 <xs:complexType>                   <xs:simpleContent>                     <xs...
I need some help.  I'm really new to XSL and am on an excrutiatingly tight deadline and just don't have the time to learn what I need to know.  I know what needs to be done just don't know how...
Hi, I'm very new to dotnet. We need to develop a "Hotel Reservation" Site which will be integrated with third party "Booking System". What they have provided me is XSD files - I'm just s...
 <?xml version="1.0" encoding="utf-8" ?> - <DataTableToXml xmlns="http://www.yt.com/">   <Size>2</Size> - <CustomerInfo>   <id>1</id>   <customer_number>324234</customer_number>   <...
Hi, I'm implementing the Canada Post online service into our website. I hava a good understanding of HTML, CSS, Javascript etc. and a little knowledge of PHP, but the system they use is XML, ...
Hello Experts - I have a simple well-formed XML file that I am trying to sort with XSL. Presently, I can display the 30 records contained in this XLM file (they're the thirty stocks making ...
Hi, We validated an XML sitemap using Dreamweaver. However I am not that knowledgeable when it comes to XML errors. Here is an error that we got. Schema in http://www.sitemaps.org/schem...
Hello, Given the following line of code; SchemaParser sparser = new SchemaParser(schemaParserFile.toURI().toURL()); The URL points to an xml file. How could one print/show the content of...
How do i bridge the gap between XML and RDF
I am signing up for a website online catalog feed from an affiliate program.  They will be pushing XML data to my website and I don't have a clue how to make that populate my web pages. The s...
I would like to post xml data on https url.. how do i do that using php? also how would i get xml response using post? Any help in any direction would be appriciated... Thanks
Friends, I learnt from some tutorials that we can execute SQL/XML or XQueries on XML database. My question is can we do so through VB6.0 code. If possible can you please provide an examp...
So I've been trying to do this for 2 days now.  I HAVE to get this done by MONDAY. I'm trying to complete this page: Don't pay attention to the video at the top, I'm just using it as a pl...
Hi, I am new to the concepts of XML, DOM, COM and MSXML etc. After some self study, I am able to understand these technologies to some extent but a detailed treatment of how to develop an ...
I am trying to use SQLXMLBulkLoad to load xml data into a sql server 2000 table. I am having a little trouble with the xsd file. the issue is that there can potenitially be multiple reco...
I'm struggling with a Spry table in a PHP page. I'm using PHP to generate the XML dataset from a MySQL database, then using Spry to display this in a table on the screen. When the page loads,...