Advertisement

Experts Exchange is proud to announce the Front Runners the Annual Awards and the 3rd Quarter Hot Shots. Who is at the top? See for yourself!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested XML Solutions: 101 - 125 of 947
 
Hey Experts, I need to code uses nested xmlagg functions to nest my xml output of an xmltype view query I wrote in PL/SQL. The XMLAGG function should start at the (XMLELEMENT("document",)) ...
hi, i have a little problem i was hoping to get some assistance with. i have an xml file that i'm transforming in to another xml file with an xsl file. an example of the xsl file follows: ...
Greetings, How can I get the equivelant code to work in non-Microsoft browsers (Mozilla, Opera, etc...)? <html> <body> <script type="text/javascript"> // Load XML var xml = new Acti...
Hello, I've seen some other posts concerning this, but would like someone to look at the below XML output I am getting and explain in detail how I can get this data into a CSV file (I'm as...
Hello, I need to create an XPath expression that will select descendant nodes (direct or indirect) of the context node, but will exclude nodes that have a specific node "between" them and t...
Hi I'm in desperate need of help. I'm using xslt to transform xml files i have.... What I need to do is add visible space to the rendered page (i.e. lines) so that the output looks similar t...
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=...
Error Type: msxml4.dll (0x80070005) Access is denied. /test/test.asp, line 70 Browser Type: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) set objSrvHTTP = S...
Hello, I have been trying to increment a variable within the for loop, but with little success. I have provided the code snippet. Currently I have the following: id="<xsl:value-of sele...
What is the difference between XML Attributes and XML Elements? I uploaded two files...one is using attributes the otherone is how I get it from Vb.net  dataset access table.
Hello I need to get the position of the ancestor when i am in a grand-child. Say i am in <item2> within the <submenu> I need to go a find the position of its <item1> How do i do this? <...
Hi, Does anyone know how to extract CDATA sections from an XML file using javascript and W3C dom? I cannot read the text that it stored between tags it keeps giving me an undefined object e...
I'm trying to figure out the best way to rename an element and all of its children. For example, I would like to prepend or append arbitrary text to distinguish the node (and its children) for...
I am learning jQuery, which seems to be a real neat and clean way to acomplish a lot of neat tricks very easily but I am an  asp programer and seem to just be stuck in that world. All the exam...
Hi all, I have a big issue since around 10 days, I'm stuck. I need to send SOAP to an MMSC (multimedia message service connectivity) server using mm7 protocol. Protocol is defined by 3gpp ...
<DATA>  <COMMENT>   <ITEM NAME="guid" VALUE="{B37C9F3F-EFC1-42EB-9980-E5676C28020F}"/>   <ITEM NAME="name" VALUE="Kancil Killer"/> </COMMENT> <COMMENT>   <ITEM NAME="guid" VALUE="{B37C9F...
i have a xml document, a xpath. How can i write my xpath so that it returns only distinct value like "select distinct ..." in sql. for example: returned value from xpath: <node a='a' /> ...
I am a 100% newbie at web services, attempting to write my first one, that is supposed to take the place of (and expand the functionality of) a class library my predecessor in my department de...
I have an XML attribute that loads text into Flash and is done so by pulling in an XML attribute value.  The problem is that this is for a French website, and the special characters in the str...
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 create XMLNodeList from follow nodes: - <Object Type="0" Left="25" Top="60" Width="84.7" Height="15" StyleID="s3"> </Object> - <Object Type="3" Left="120" Top="75" Width="250" Height="15...
Hello I would like help in creating an xsl (and to flatten out the learning curve). I’m new to using xsl, but have good experience with dom trees and xml. Using xsl looks like it can do man...
I found the below XSLT and XML examples to transform XML and output multiple files.  However, it appears that only the Saxon parser can handle this syntax, because when I use Internet Explorer...
Hi If I have an xml docuemnt like <a>      <b c="5">      <b c="2">      <b c="3">      <b c="1">      <b c="4">      <b c="7">      <b c="6"> </a> How do i write a select nodes statement that returns th...
Dear Friends, Could you please help me to get the solution for the problem? I do have one xsl file and need to have generate number and assign the value to a an attribute (id)in the (Ele...