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: 251 - 275 of 1221
 
Hi, I have embedded vbscript inside xsl, till now i was calling vbscript function from xsl and it was working fine. How can i call another vbscript function from that embedded script ? ...
As simple as this question is, I can't seem to find the answer. I've waded through tons of articles explaining to me what RSS is, etc but can't seem to find this. So, how can I put a newsfe...
I need this XSL code: to ignore cdata and translate to <![CDATA[[ [client] info {<option "info">} <xsl:for-each select="BALANCE_SUMMARY"> (<xsl:if test="floor(position() div 10) > 0"> <...
I'm trying to write an XML file that has a very specific layout\format. XmlTextWriter writer = new XmlTextWriter("OfficeDataXML.xml", Encoding.Unicode); writer.Formatting = Formatting.Inde...
Here's a piece of my code: <td class="ObjCode">    <xsl:element name = "div">    <xsl:attribute name="class">popupLink</xsl:attribute>    <xsl:attribute name="onclick">'return false;'</xsl...
I am trying to prepare a XML file for uploading to Google Base (www.google.com/base) , but am not having much luck. Below is a snippet of the code I have been using. The error message I get is...
I have a blob stored in a mysql database.  the blob is an xfdl and the other is an xml document.   How do I convert the xfdl or xml to pdf?
what is that error and what is my problem here?
I recently purchased a Flash Component and wanted to add hypertext link attribute. I have requested this information from the component author, but have not been able to obtain a response. I h...
Hello All, I was asked to take an old forum, clean up the entries, users, etc. and then convert the posts, topics, forums & users into a PDF package wherein the forum categories and sub-cat...
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 Experts, I am still understanding InfoPath 2003. But as the time is limited to deliver, I do have a question. Please consider this as urgent. I have a repeating table and in that ...
schemaLocation is causing an error: <?xml version="1.0"?> <lom xmlns="http://ltsc.ieee.org/xsd/LOM"      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"      xsi:schemaLocation="h...
I have an XML attribute with single quote characters in it. How do I replace these with double quotes. I have tried: <xsl:value-of select="translate(pagelayout/bio/@biographytext,'&apo...
Hi. This is probably a simple question for those that know.. but I cannot simply get the text content of an XML document loaded into a Microsoft.XMLDOM object.  Code below, thanks. TheFoot
Hi, I have the following EXTERNAL schema (Common.xsd): <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="root">       ...
Is it possible to bind xml data-islands to anything other than html tables? I'd like to output the info as a <ul> but it doesn't seem to do it. I need to output data like this, I realise...
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...
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...
I have an XML file that has a list of questions under each section. I would like the output to display a list of questions, with the answers hidden. On click of the question, I would like the ...
Hello Experts, Can someone please look into the attached and let me know If this not the correct way of loading xml file and retrieving its data. I am getting error while I am running this co...
I am trying to read an XML file into our database via VB.NET 2005. I retrieve the file via a WebDAV query to exchange 2003. My XML knowledge is not the strongest and I am really struggling....
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. ...
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...
I did a google search for a "Voice XML" editor and from what I can see... there are none. I guess I can use a XML editor, so please offer some suggestions. I would prefer just a basic editor ...