1,599 Topics

Member Avatar for
Member Avatar for atplerry

i am currently doing a wap site for a university project and i just wanted to know how to connect my site to my to a database basically SQL server, i understand that this may be a simple problem to solve, i am just unsure as to how i can …

0
86
Member Avatar for musicmancanora4

Basically im trying to design a dtd that represents a collection of movies Not sure why but when i try validate the dtd it says undetermined element declaration 'Movies' but i have declared it havnt i? could someone take a look at my code give me some pointers ? thanks …

0
76
Member Avatar for tgreer

Hello, this is not a Web Development question, but this is the only XML forum on Daniweb. I need to copy a specific number of nodes in an XSLT transform. For example, I need to copy the first 5 <student> nodes, with all child nodes and attribute nodes, even though …

Member Avatar for tgreer
0
2K
Member Avatar for nileshprataprao

Hi I am new to SAML. I need a help. What is "SAML consumption" ? Please help me if any one is having idea about it. Thanks, Nilesh

0
48
Member Avatar for spoorthisri

Please help me how to write into XML file using VC++ 6.0 this is example code where i am not able to write the data into XML File this is ScanComputer.cpp where i am trying to try into XML file [code=c++]void CScanComputer::saveParameters(const char *filename) { ParamIO outXml;//ParamIO.h is pasted below …

Member Avatar for spoorthisri
0
244
Member Avatar for msankardas

Hi, I am a newbie when it comes to programming in xml, so my doubts can sound stupid. Anyway, here is what I want to convey. I have a test.xml file like this. [B] <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE REQUEST [ <!ENTITY cred SYSTEM "/test/credentials.xml"> ]> <REQUEST Name="calculateBusinessHours"> <start Value="06/28/2007 16:53:16" …

Member Avatar for msankardas
0
108
Member Avatar for Daljeet Hanspal

hi .... i am trying to add a new node to an existing xml file in c# .......... the code is as follows: XmlDocument doc = new XmlDocument(); string filename = @"C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\xml\xml\bin\Debug\bookstore.xml"; //create a new node XmlElement newbook = doc.CreateElement("book"); //set attribute newbook.SetAttribute(label1.Text, textBox1.Text); //create …

0
56
Member Avatar for gr3270

Anyone solved this one? - Suppose I have a Person complex type defined in an xsd. And it has an element, eg age, that is declared as minOccurs=0. ie, age is optional for the creation/existence of the complexType. Now suppose I want to pass that Person as the argument on …

0
54
Member Avatar for v.godhe

I want to publish my DB2 data to PDF file using XSLT. Has anyone tried this?

Member Avatar for v.godhe
0
179
Member Avatar for karsoods53

I have looked at the syntax of SQL/XML query and tried to run a sample query. But not able to write my query using it. Can someone provide a tested and working SQL/XML?

Member Avatar for karsoods53
0
205
Member Avatar for ssahil11

I have recently started working with DB2 database. I have heard about Xquery. What exactly Xquery is?

Member Avatar for dilasing
0
352
Member Avatar for kzubair96

Ive heard about Xpath a couple of times. Can someone explain me in detail what Xpath is?

Member Avatar for dilasing
0
164
Member Avatar for nicky-river

Hi everyone, This is just a short description on the various classes & interfaces that help you write an application, which can parse an XML document. The SAX API consists of the foll. packages :- [I]org.xml.sax[/I] - This package contains the basic interfaces of the SAX API. Some of the …

Member Avatar for ajithraj
0
149
Member Avatar for shubha_mishra

Hi All, I have questions related to SAML. 1- As per my req. i shoudl be login into one system which is on windows xp and from that Ihave to login on third party system which can be netware or anything else. I want to know can I use SAML …

0
50
Member Avatar for hanifa

Hi, this is my requirement : I have a c++ library/API in the server and client computers running Java applets can send data over to the server and server after processing will send the resultant data back. What I have done: Following the excellant tutorial at [url]http://www.linux.com/feature/113947?&depth=5&order=1&sortby=3&render=flat[/url] titled "Creating Web …

0
60
Member Avatar for nicky-river

Hi everyone, This is a small survey I am conducting on XML. Please read the question & please cast your votes on this topic. Thank you.

0
48
Member Avatar for abrou

I'm fairly new to XML and I have one question that I've been trying to figure out for a long time, but up to now I've been able to ignore. I now think it is causing me problems in my code. When is a node not an element node? What …

0
54
Member Avatar for majestic0110

Could someone please explain the difference between GML and SVG. I understand the GML is used to describe geographic data and that SVG is used to describe vector graphics, but how do the two link and what are the other fundamental differences? many thanks

Member Avatar for majestic0110
0
119
Member Avatar for cesarcesar

Hi, XML novice here with another question. I need to add a XML node like, [code] <child01> <child02> <text></text> <image>image 1</image> <image>image 2</image> </child02> </child01> [/code] into this node between the ending </child01> and beginning <child01> of the [code] <child01> <child02> <text></text> <image>image 1</image> <image>image 2</image> </child02> </child01> <child01> <child02> …

Member Avatar for cesarcesar
0
85
Member Avatar for Agni

Hi, i'm a c++ programmer and for the first time i had to do some xml parsing in my code. i have been able to do that succesfully using the xercis library, fetching the value of each tag from an input XML file, however my concern is that what if …

0
48
Member Avatar for peter_budo

Just getting into XML and other X-stuff so this may sound little silly as I'm thinking more ahead of I'm currently reading and able to do, but here it goes...:twisted: Take simple example of CD collection. Currently with use of XSL i'm able to display my XML document as table …

Member Avatar for peter_budo
0
78
Member Avatar for majestic0110

Hi all, I recently started to work for a company who uses XML. I am new to XML, and was wondering if anyone could give me any pointers as to what I should look out for (potential problems) and a decent online tutorial? The company will be training me, but …

Member Avatar for majestic0110
0
98
Member Avatar for atplerry

Hello to you Compliment of the season! i am a new student that have read about XML and now want to start writing code on XML what are the requirement that i need and all the tools that will enhance my learning.

Member Avatar for ritgrad83
0
94
Member Avatar for Dha_King

Hello everybody, this is a sad story really, 3 days ago my code worked fine now it don't. I get this error "XML Parsing Error: junk after document element Location: [url]http://localhost:1218/projektCsharp/Default.aspx[/url] Line Number 11, Column 1:" If i try to remove or mark out "<?xml version="1.0" encoding="utf-8" ?> <guestbook xmlns="http://me.com/guest.xml" …

Member Avatar for Dha_King
0
921
Member Avatar for xeption12

hi there :) recently i have started to learn xml and xsl and i have some questions if you dont mind :) ... 1. xml:if elementes and predicates aren't the same thing? 2. xml+xsl are only to replace html + css? 3. in what fields do you apply xml+xsl? only …

Member Avatar for Fungus1487
0
77
Member Avatar for forumsharry

Hi Can anybody help me out to run wse messaging webcast application asap. Thanks harry

0
53
Member Avatar for moiseszaragoza

I know that I have childNodes in my XML it has over 337 lines But I still get a return of 0 My code [CODE] ' Create new XML reader object Dim xmlDoc Set xmlDoc = Server.CreateObject("Microsoft.XMLDOM") ' Load the specified XML file (returns XML output) xmlDoc.load("http://pathToXML") If (xmldoc.childNodes.length = …

Member Avatar for hielo
0
95
Member Avatar for newlive

Hello all, i want to get soap message with xpath my code is: [CODE] <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE xml (View Source for full doctype...)> <xml rde-rd:content="spreadshirt2.xml" rde-rd:datalanguage="de" rde-rd:leasingtime="0" rde-rd:locale="de" rde-rd:project="testwebservicegoogle" rde-rd:rdeContentType="0" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:rde-dm="http://www.reddot.de/rde/ns/dm" xmlns:rde-fdl="http://www.reddot.de/rde/ns/fdl" xmlns:rde-idea="http://www.reddot.de/rde/ns/idea" xmlns:rde-rd="http://www.reddot.de/2000/rde/rd" xmlns:rde-rdf="http://www.reddot.de/rde/ns/rdf" xmlns:rde-xmaps="http://www.reddot.de/rde/ns/xmaps" xmlns:rdf="http://www.w3.org/TR/REC-rdf-syntax/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsl-template="http://www.reddot.de/rde/ns/template"> <dynaments> <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.spreadshirt.net//services.php/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> …

Member Avatar for pgfearo
0
86
Member Avatar for vishnu narayan

Hello every one ! How can I display node of parent node and corresponding child nodes.Suppose I have to display 'Label' nodes of all <ScreenToSupport>. There can be multiple <ScreenToSupport> inside parent node <ScreensToSupport>.In this case I have to display Label 'rediffHomePage' and 'rediffHomePage1' of both <ScreenToSupport> node.But I have …

0
80
Member Avatar for dilasing

Hi I am Dilawar Singh from IBM. I noticed some threads listing issues related to XML database management. We have a great product called pureXML, an excellent feature of DB2 9 that provides new data type to store the XML data. Anyone interested in knowing more, or has any questions …

Member Avatar for dilasing
0
103

The End.