Do not use on any
shared computer
September 6, 2008 10:14am pdt

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: 201 - 225 of 677
 
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 ...
Hello and thank you for reading this question. I am exporting data from a database to an Excel spreadsheet via ADO in ASP using the following method: <%response.ContentType="application/...
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 am creating a simple XSD, and need to add descriptions to the elements.  I've seen that the "official" way is to add an <xs:annotation> to the element and then add a <xs:documentation>, but ...
what is that error and what is my problem here?
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...
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...
the screen shot of xml view in xml-spy is at: http://singhsays.blogspot.com/ The problem: the 'levels' tag should be +/-1 except if its in result.  now what would be the XPath and Xq...
Hi If the EPP client I use in command line uses this kind of settings registrar.id = username registrar.password = password registry.host = eppserver registry.host.port = eppserver port...
Hello Experts, I have to use if...then conditions to run targets, for the same i have added in build.xml as <xmlproperty file="${basedir}/test.xml"/> <property name="config.test" value=...
Ok I am trying to create an XSL-FO out of an XML and an XSLT. And I also want to display a table of the data. The main goal is to output the XSL-FO to a PDF file in java. I already figured out...
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...
Hi, I'm a newbie to XML. I've found some resources for converting CSV to XML, and vice versa. But they seem to cover only one kind of XML - where the data is enclosed in tags (no data as tag a...
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 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...
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 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 ...
Hello all, I am opening an XML file that contains line breaks. IWhen writing XML to a file I would like to preserve CR+LF as line break, without writing &#xD;&#xA; to the file. I am reading...
Platform: Windows, VB.Net 2003 I have to process an incoming XML file by replacing certain element contents with other strings. For example: incoming data:             <anType>Conformanc...
My data in xml - EffectiveDateTime returned : 2001-11-13T13:32:28.0000000 How to format it in XSLT so that it display 13 Nov 2001,13:32 ? <?xml version="1.0" encoding="UTF-8" ?> <xsl:styl...
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...
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 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?
Hi, I have the following XML: <Applications>                        <Application>                                            <Parent    Name="Some thing"></Parent>                    ...
Hello, I have here a precious .docx file from a friend of my. This is the only copy she has and she urgently need it. I tried to help her but I am no xml wiz and therefore unable to do anythin...