3,634 Topics

Member Avatar for
Member Avatar for zdravim

Hello, I'd like to ask you guys for an advice. Got this function to request some sentences from database (using php file with mysql_query(SELECT *...) stuff, then echoing the result and passing as a parameter to function displaySent(oXHR.responseText, select_sent) - which displays this text using some parsing procedure into the …

0
36
Member Avatar for Nperic

Hey there, I am just a little confused with the code below, i parse the XML file although i cant call functions from outside the main. My programming isnt really up to scratch. Ive had a long break so now im paying for it :( Any help/ suggestions would be …

Member Avatar for Ezzaral
0
134
Member Avatar for sowmyask7

Please help me, I am new to Java . My xml file structure is as follows--- <Procedure> <SP> <ID>100</ID> <Name>Employee</Name> <Inputs> <Input NAME ="asasa" DATA="sasas"/> </Inputs> </SP> <SP> <ID>101</ID> <Name>Display</Name> <Inputs></Inputs> </SP> </Procedure> I have generated the classes for the xml file using the commmand xjc. Now I need to …

0
50
Member Avatar for Hsus

Hi..Can u please tell me how to load the contents of a XMLDocument into a dataset or a datagrid?

Member Avatar for ninjaimp
0
73
Member Avatar for Ricx

Hi guys I'm new to this. I need help because i need to read xml files, locate certain tags and copy its values to a txt file. Can somebody help me please? Thanks

Member Avatar for Ramy Mahrous
0
44
Member Avatar for Seane Argentina

Hello, I need help to parser a doc xml. I need to get the value of @show, but only on the lines with @name="wlan.seq". And after, I need to know how many times the same value of @show was repeated in the doc xml (if it was repeated). How do …

Member Avatar for fpmurphy
0
94
Member Avatar for seebharath

Hi, I am using msxml4 for my project with an xml file of about 10mb. I read this xml file multiple times as it gets modified a lot during the application run. So I am using xmlDoc->release() after reading the xml file and performing the required operation on it . …

0
47
Member Avatar for DaShiVa

Cannot figure out what is wrong with this stylesheet - attach it to any xml, it doesn't actually use the xml in this stripped down example: [code=xsl] <?xml version='1.0' encoding='ISO-8859-1'?> <xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'> <xsl:output method='html' indent='yes' media-type='text/html' /> <xsl:variable name='columns' select='10' /> <xsl:template match='/'> <table> <tr> <td> <xsl:attribute name='colspan'><xsl:value-of select='floor( …

Member Avatar for DaShiVa
0
210
Member Avatar for Seane Argentina

Hello, I need help to parser a doc xml. I need to get the value of @show, but only on the lines with @name="wlan.seq". And after, I need to know how many times the same value of @show was repeated in the doc xml (if it was repeated). How do …

Member Avatar for xml_looser
0
142
Member Avatar for veledrom

Hi, I want to send a XML file to my website where the XML is read and information passed to MySQL database. I know this is done but i don't know how to do it. Something related to header etc? Any idea? Thanks

Member Avatar for rm_daniweb
0
250
Member Avatar for veledrom

Hi, Is there anyone who has XML pagination example. I use simple_xml in PHP to read it. thanks

Member Avatar for xml_looser
0
57
Member Avatar for DaShiVa

Having an issue where both my xml and xsl are parsing fine (when viewed in firefox) but when combined together, throw an error: Error loading stylesheet: Parsing an XSLT stylesheet failed. (I noticed a suimilar post but was reccommended by the system to start a new thread, as it was …

Member Avatar for DaShiVa
0
110
Member Avatar for dineshjaju

I am Planning to write a Web Service where authentication should be done from WSDL file.Can Authentication and Authorization can be done from WSDL?? Thanks in Advance....

Member Avatar for pritaeas
0
48
Member Avatar for dollycharm

7. Track number of ‘All Blues’ song on ‘Kind of Blue’ CD 8. Name of second track on ‘Cookin’ CD 9. Total cost to purchase all 3 CDs (UK prices) Please see attached file for XML.... I need to have code for XSL..... I couldn't figure out for number 7 …

Member Avatar for xml_looser
0
110
Member Avatar for dollycharm

I need some help with avg... I am attached files for xml --- I am struggling.... the question i have is : 1. What is the average speed of all the dinosaurs? A. <xsl:value-of select="format-number((sum(dinosaurs/*/speed[@units='mph'])div count(dinosaurs/*/speed[@units='mph']))"/>ft it does not work... or B. <xsl:value-of select="sum(//speed) div count(//speed)" /> or C.9. <xsl:value-of …

Member Avatar for xml_looser
0
284
Member Avatar for ftpcosta

Hello all. I am new to XSLT and I cant figure out how to solve this problem: I have a XML source document looking like this: <file> <object> <name>A</name> <type>1</type> </object> <object> <name>B</name> <type>1</type> </object> <object> <name>C</name> <type>2</type> </object> ... </file> where I only have the <type> 1 and 2 …

Member Avatar for xml_looser
0
85
Member Avatar for bhuvanwip

Hi, I want to view my xml in the Html page using stylesheet(XSL)so that it should provide me the tree view in Html. Same as what we are achieving in xml with removal of the XSL reference. Can any one provide me some guidance to achive that? Thanks Bhuvanesh

Member Avatar for xml_looser
0
46
Member Avatar for musman007

Hey all, I want to access for each coverage, for each vehicle a combined node of ABC and EFG, I wanna show. I know that I ll have to concat the values of CoverageLimit but How can I acccess two nodes at a time. Thankx in advance. Output: Vehicle 1: …

Member Avatar for xml_looser
0
87
Member Avatar for fr000nc

Hi! I'm new to the forum and to xslt. My problem is that I have to transform a cloud-like data hierarchy xml into a tree-like data hierarchy xml. Let me give you some example: input xml: [CODE] <DATA> <OBJECT id="1" class="CAR"> <ATTRIBUTE name="name" value="CITROEN CX" /> <ATTRIBUTE name="content" value="photo_link" /> …

Member Avatar for fr000nc
0
88
Member Avatar for currupipi

Hello everyone! :) I would like to read a xml file in order to return the content as a HTML response. I wonder if i need to parse the XML file or i can read the file as if it were an txt file. I am interested in this second …

Member Avatar for currupipi
0
115
Member Avatar for superchris

Hi there, I'm trying to understand how XPath works, I haven't been using it for that long :) I want to be able to select all the siblings of a specified node. For example; [CODE]<folder> <page id="1" /> <page id="2" /> <page id="3" /> <folder id="4"> <page id="5" /> <page …

Member Avatar for xml_looser
0
170
Member Avatar for nikk

Hello Friends, Can you tell me the most popular commercial use of XML? I am aware that it is used to store and tranfer data between applications and systems. But, now, I'm looking for a term comprising of two words which is most popularly used in commercial application of XML. …

Member Avatar for nikk
0
94
Member Avatar for dollycharm

Using the following data, create a well-formed XML file... Please see attached file. can you help me with xml coding with that attached file? I really need it ASAP.

Member Avatar for xml_looser
0
107
Member Avatar for thebunk

I am trying to output a table which lists a customer's payments whilst keeping a running total. A section of my XML is as follows: [CODE]<Accounts> <Payment> <CustomerID>1</CustomerID> <Date>2009-03-16</Date> <Amount>22</Amount> </Payment> <Payment> <CustomerID>4</CustomerID> <Date>2009-02-12</Date> <Amount>35</Amount> </Payment> <Payment> <CustomerID>2</CustomerID> <Date>2009-05-17</Date> <Amount>41</Amount> </Payment>[/CODE] I have included the following code to sort the …

Member Avatar for xml_looser
0
135
Member Avatar for sreya.n

Hi all, How can i modify the attribute of a node using php? Eg: <node width='50'> <detail>test</detail> </node> i want to change the attribute width to 100 using the php code? Haw can i fix this? Thanx in advance

Member Avatar for GDICommander
0
61
Member Avatar for veledrom

Hi, I want to add this line [inlinecode]<user id="5" ready="No" collected="No" />[/inlinecode]in my XML document. How can i do it? After sorting this, I'll update and delete selected nodes later. I you can also helping me doing all, i would be very grateful. Javascript please. Thanks [code] <users> <user id="1" …

Member Avatar for GDICommander
0
74
Member Avatar for pash

Hello, pliz can someone help me on this I have created a web sercive in Java and has eable it to use WSIT, now when i try to call the web service, my client tries with no success and I get an error message in the message log saying: A …

0
72
Member Avatar for alpha_gear

I'm doing a project and our structure of our page should be based to a current XML. now i am having difficult to find out how to generate the simpleType SOAP value found in the XML. and XML code looks like this. ... <simpleType name="useraccount"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="username"/> <xsd:enumeration …

0
62
Member Avatar for junrest

Hi everyone, I'm newbie here. Is anyone here how to make "simpleType" in SOAP/XML. All I know how to create "complexType", but I'm just trying to create the different "enumeration" element with a "restriction" under the "simpleType". Thanks in Advance.

Member Avatar for junrest
0
62
Member Avatar for kakakon

Hello, I need to read an xml file and store the information from it, into a tree struct in java. The xml format is the following: <room> <floor> <shape>...</shape> <dimensions>...</dimensions> <orientation>...</orientation> <style>...</style> <other tags>...</other tags> </floor> <ceiling> <shape>...</shape> <dimensions>...</dimensions> <orientation>...</orientation> <style>...</style> <other tags>...</other tags> </ceiling> <wall> <shape>...</shape> <dimensions>...</dimensions> <orientation>...</orientation> <style>...</style> …

Member Avatar for Ezzaral
0
65

The End.