Advertisement

250 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: 176 - 200 of 621
 
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 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...
I have an XML file that provides data for a Flash News Ticker: The file reads <item link="" target-frame="_self" font-face="Arial" font-size="12" font-color="003399" higlight-color="3276...
Hi Experts, I am having trouble getting my xml file to display correctly by using an xsl file. I have included both examples in the code snippet. I believe the problem I have is displaying th...
I have a binary record of a cartographic resource(map) that needs to be converted into xml. I have no problems converting the binary record into xml but one of the values in the binary file is...
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 developing a product that uses MSXML 3. When I build an installer for my product, do I need to bundle MSXML 3 along with it? If so, is it just a DLL that I need to copy and register o...
In reference to this Q: http://www.experts-exchange.com/Web/Web_Languages/XML/Q_21209401.html How do I deal with SQL Server returning varying Schema names from a query like SELECT ... FROM...
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...
I am trying to create an XSL file that limits the output based on part of one field.  While I understand that you can do this using XML, I have yet to find exactly the correct syntax.  If some...
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 storing my application's strings in an XML file. I want to be able to put an apostrophe in my strings. Is there a combination of characters that converts into an apostrophe?
I have an XML feed: http://www.fishpond.co.nz/Movies/Blu_ray/Animated/xml.php?ref=1006 Which I wish to use in a classic ASP page. How do I convert the XML output into an HTML or classic ...
How can i generate xsd's from xml documents?
I have an XML file of the format attached below I would like to edit values of these field and add new elements in ascending order. How can I program such a parser in ASP.NET? ex: I coul...
I am having to add a few numbers in my XSL. I am currently using the XSL translate function to delete the *   <xsl:value-of select="translate(@colwidth,'*','')" />  and puting that output i...
Hi there, I'm trying to change the 'select' value of an 'xsl:param' tag I have at the top of an xsl. I would like it to take on the value of a variable I define elsewhere, and it seems that...
Hi, I wonder how I encode a forward slash in xml. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>   <Colors>     <Color>black/white</Color>   </Colors> Thanks in advance!
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 Ive got an xml transformation into xhtml which starts.... <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xm...
I working on a VB.NET program that gathers data from a SQL database and writes the data to an XML file, some of the description in the Database contains words like seƱor. even after enclosing ...
I am trying to implement the UPS OnlineTools XML Tracking tool. I was hoping to find a working example so i would not have to script the entire thing from scratch. Only one i found is this: ht...
I have this javascript code, but it only retrieve all MarkMethod nodes that met the condition of MarkObjectType=TEXT How do i change the code to include also MarkObjectText,  MarkInfo nodes i...
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...
My question is on XSLT (note variable is the ONLY new part in working code)[included snippets of code....] Defined a variable: <xsl:variable name="ASPX_Server" select="'http:\\sf-2k3test\wii...