XMLNode

175 byte By saurabhsaxena at 2007-11-17 12:54:40
Can any body send me the exact syntax to call the XMLNode class or Praser.xml.parser.v2<br/>I want to know how the constructor of this class is called?<br/>regards<br/>saurabh

anchor link in XML

259 byte By jdb at 2007-11-17 12:54:41
I want to display the end of my xml page from an external link.<br/>I've put an html anchor at the end of the xsl file and called pagename.xml#anchor, in the same way as HTML. But this only works if the call is from within the same document - please help

Parsing returned XML recordset object

1034 byte By dmeikle at 2007-11-17 12:54:42
okay,so I'm just as stubborn as the next person with new languages sometimes... :)I'm return a 'select * from users for xml raw/auto..." whichever, and am gtting the following return:<row id="1" fname="joe" lname="blow" age="25" /><row id="2" fname="sam" lname="smith" age="...

xml namespace and "keywords"

857 byte By THY02K at 2007-11-17 12:54:43
What does it mean by xml namespace? And defining TAGs, is there any particular "keywords" (reserved words? what do u call that?) that I should avoid using?For instance:bk:BOOK xmlns:bk="urn:BookLovers.org:BookInfo" xmlns:money="urn:Finance:Money"(i) xmlns is probably a keyword? And that it refers to...

XML->HTML Preserving Newlines

353 byte By pjpark at 2007-11-17 12:54:44
I have an XML document with a node that looks something like this:<Sample><Newlines Information="Line OneLine TwoLine Three"/></Sample>Is there a way to preserve the newlines when transforming to html (<br>). I tried using xsl:translate but that doesn't quite do the job....

XML file Parsing

220 byte By bhushy1 at 2007-11-17 12:54:45
Hi,<br/>I have a .XML File Created by me. Now I want to parse this file to get Tags and it's elements using windows API's (IXMDocument,IXMLElemet etc..)<br/> If anybody knows please forward asap<br/>Thanks

Create XML in memory ?

390 byte By dew at 2007-11-17 12:54:46
Hi all,I'm a beginner with XML. And need some help.How can create XML file into memory ( I don't need disk copy of it )? And witch is appropriate way to transport this "memory" XML file to client PC ( using Visual C++ 6.0 ). I need to load is into Client memory space, to perform some actio...

which is faster?

736 byte By dmeikle at 2007-11-17 12:54:47
okay, so I'm returning a recordset, formatted as XML from the database.I have a stored procedure in the database that takes the recordset and formats it into nodes and child nodes within the row. I can also simply return the adodb.recordset and have the same logic happen in my dataservices lay...

XML to WML

215 byte By izidor at 2007-11-17 12:54:48
Can anyone tell me where to find any information about converting XML to WML!<br/>.pdf, .doc files or anything that would help me know as much as possible about that.<br/>Thanks,<br/>Izidor izidor@slo.net

XML validation using schema

1838 byte By t_asksen at 2007-11-17 12:54:49
Hai everyone, I have problem while validating xmlschema[microsoft schema xdr]. I am using dt:max & dt:min for testing the value should be between particular range. While validating against msxml parser, parser raises some blob error for that dt:max & dt:min. Anyone know how to resolve it?...

XML reading Over The Net

231 byte By Hushpappy at 2007-11-17 12:54:50
Hello,<br/>I'm trying to read a xml file using the IXMLHTTPRequest (c++) but after the load i want to put the xml into a domdocument object. anybody know how can i do it?thanks,<br/>___///___<br/>__(.)-(.)__<br/>ooO(.)Ooo

Beginner - what is XML to look like?

488 byte By Xaeryan at 2007-11-17 12:54:51
I've created an XML documentation file, MyFile.xml. Whenever I open it with Internet Explorer, it just shows all the tags in some kind of tree form.Is this what I'm supposed to see? I thought it would look more like the HTML generated by the JAVADOC tool...By the way, if I double click o...

Whitespace-Help

523 byte By saurabhsaxena at 2007-11-17 12:54:52
Hi I am having problem with whitespaces.Actually i am using XML schema to validate the XML file.In the schema for a particular tag i have specified the maxlength for the tag value as 8.Now when i am trying to validate the file with the tag value having lots of white spaces as abcdegfh.....white spac...

Starting with XML

209 byte By rsasalm at 2007-11-17 12:54:53
Hi all,<br/>I am new to XML and would like to know where to start. What kind of parser/compiler or interrepter do I need and from where I can get this.<br/>thanks in advance<br/>best regards<br/>/Mohammad

schema VS namespaces?

713 byte By THY02K at 2007-11-17 12:54:54
Help. What's the difference between namespaces and schema? As far as I know, both namespace and schema are "namespace" plus declaration of data structure.<?xml version = "1.0"? ><rdf:RDF xmlns:rdf = " http://w3.org/TR/1999/PR-rdf-syntax-19990105#" (Q1: THIS APPEARS BEFORE rdf:RDF? is i...

why RDF?

199 byte By THY02K at 2007-11-17 12:54:55
Why do we need RDF when XML is sufficient by itself to establish data structure??<br/>Is RDF merely a commonly accepted "schema" with various commonly accepted attributes??<br/>Thanks guru.

Displaying XML in a DHTML ActiveX control

454 byte By Martin Hinchy at 2007-11-17 12:54:56
I have an MFC C++ dialog app to which I have added the IE5 DHTML Edit Control.I want to be able to pass the control a string containing XML and have the control apply a style sheet to render the XML into HTML.Does anyone know how to do this.I can get the control to display HTML strings by calling C...

ambiguous symbol

225 byte By katty at 2007-11-17 12:54:57
I defined IXMLDOMDocument like this:<br/>IXMLDOMDocument* m_xMathDoc;<br/>and meet the error:<br/>: error C2872: 'IXMLDOMDocument' : ambiguous symbol<br/>how can I correct it? help me.. Thank you

CoCreateInstance Fails When .exe on another machine

306 byte By BarbaraR at 2007-11-17 12:54:58
I created a simple application that reads in an XML file using MSXML3. The app works fine under WinNT where I created it. But when transfered to Win95 the app CoCreateInstance fails. I don't get any error messages so I don't think I'm missing any files. Does any one have any ideas? T...

Getting access to the CDATA contains

559 byte By Jim Bassett at 2007-11-17 12:54:59
I need to be able, using the DOM to gain access to a CDATA section and insert and get text into the [] area of the CDATA structure. I have used the DOM to place values/text into attributes such as the id attribute in the following example but I do not know how to access the CDATA and place somethin...

How to allow NULL value for a TAG

699 byte By saurabhss at 2007-11-17 12:55:00
Hi I am validating a XML file using the XML Schema.There is one TAG in the XML file as saurabhWhen i am validating this file it is doing the validation proprely.The max length that is allowed in the NAME TAG is 8(as mentioned in the schema).If i am trying to validate the XML file with the TAG value...

XML Newbie

304 byte By chrome555 at 2007-11-17 12:55:01
Hello All,I am new at XML. I need to send XML requests to a server and and receive and parse the XML response. Can anyone point me in the right direction as to which toolkit can I download and get started. P.S. I need a component that I can use in VB/ASPThanks in Advance-Anuj...

this is an HTML question...URGENT

264 byte By eramirez at 2007-11-17 12:55:02
By the default, IE5 ask you wether you want to open the file or save it locally.<br/>I would like to know how i can have the dialog's option of save locally desable. This is kind of urgent so if anyone outhere knows the answer let me know...Thank in advanced!

memory hassle with MSXML

2024 byte By garumphul at 2007-11-17 12:55:03
I've already posted this in the C++ forum, but I thought I'd post it here too... for luck...I've got a class that processes some data, and writes it out as XML, using Microsoft's MSXML3 COM doofer (the September release, I think). I noticed fairly swiftly that the application was...

selectSingleNode

127 byte By Mirek Sikorski at 2007-11-17 12:55:04
The methods selectNodes/selectSingleNode don't work when I define an XML-Schema for my XML-File (SelectionLanguage=XPath):

Simple XSLT question.

281 byte By davedrake1 at 2007-11-17 12:55:05
Hi. I have an XML file with a node that can contain an attribute but it does not have to. I am trying to generate an HTML file with an XSL template. I was wondering how to test for the existence of an attribute using the XSL functions/methods. Any help would be great. Thanks,

Searching local filenames and returning them as links

180 byte By glutus at 2007-11-17 12:55:06
I'm trying to create a search functionality that looks for specific files (by filename and date) and lists the results as links on a web page. Does anyone know how to do this?

XML and WAP

439 byte By Mahdi at 2007-11-17 12:55:07
I am new to XML and I hope someone will be able to point me in the right direction. I am in charge of a new project that will communicate with a cell phone and /or a Palm. Also i will be working on speech recognition. I was told XML is the way to go... Can someone tell me where to start and wha...

DevWizard 2001 v2.03 - For VB, ASP, and SQL Developers

409 byte By dversch at 2007-11-17 12:55:08
DevWizard 2001 lets you create a 3-tier application in seconds! Supply a valid data source and DevWizard 2001 does the rest. Version 2.03 contains some important bug fixes.Key features include generation of:- XML-enabled COM/COM+ objects- ANSI stored procedures- ASP pages with JavaScript client code...

passing dynamic params in query string?

760 byte By dmeikle at 2007-11-17 12:55:09
Hi,starting to get the hang of XML, but hit 'another' road block...I am drawing a group of objects from the database which will be displayed as links for the user to select which object they want more info on. the link will goto the next page and pass the objectid for retrieval on the nex...

Reffering to previous values in XSL

720 byte By rami_marelly at 2007-11-17 12:55:10
Hi,I have an XML document which has at the beginning some entries of the form 1 Type1...later in the document, I have a list of variables which look something like: 1 Var1 TypeName1...meaning that every variable knows the name of the type it is based upon.I would like write an XSL transformer t...

JS function in XSL

219 byte By sspawse at 2007-11-17 12:55:11
How can I call a Javascript function in an XSL file? It should be immediately called as soon as the window loads. Can someone please give me the code.Also, is there any event like onafterload?<br/>Thanks in advance

Integration of XML with java applets

250 byte By eswari at 2007-11-17 12:55:12
Can some one tell me how to integrate XML with java application as java applets do with HTML<br/>(what are the different type of parsers available and which one i can use)<br/>please gimme a clear picture of the steps i have to follow<br/>chandu

DevWizard 2001 Version 2.04 Released

432 byte By dversch at 2007-11-17 12:55:13
Version 2.04 includes fixes to some previously elusive bugs.DevWizard 2001 is a VB6 AddIn. It creates a 3-tier application in seconds! Supply a data source and DevWizard does the rest. Key features include generation of:- XML-enabled COM/COM+ objects- ANSI stored procedures- ASP pages with JavaScrip...

XML and SQL 7.0

175 byte By gvitale at 2007-11-17 12:55:14
Does anyone know how do I generate an xml file via SQL. I used metadata and it only shows the tags and code but not the data once its open via browser.<br/>Thanks <br/>Giselle

DOM Parser

315 byte By gmlingus at 2007-11-17 12:55:15
Hi, i have downloaded xml4j (ibm parser) from alphaworks.com .when i am trying to use DOM for parsing XML file it gives me compile time error saying that class DomParser not found .Then i searched and found that there is no file DomParser .can any body suggest me from where i can get that .Gaurav P...

Using SOAP to Connect to COBOL

178 byte By habelow at 2007-11-17 12:55:16
We are trying to create a web based application that can talk to and pass data to and from a Realia COBOL program. Is this possible using SOAP or other related Web technologies?

DOM update (inserting data)

302 byte By cal13-liquid at 2007-11-17 12:55:17
Is it possible to insert data into a dom tree , ie dynamically update the xml file, and automatically change the output (thru xsl), eg to show a kind of real time contenti'd like to see if it is possible to add data as it arrives from a server, eg real time stock quotesthanks by advance...

MSXML 2.0 with Windows 95 - problems

737 byte By greenherndl at 2007-11-17 12:55:18
Hi folks,I have a big problem with MSXML Version 2.0 and Windows 95.I have written a programm with a VC++ Com-Server and a VB - Com Client. The data exchange between this two parts is handled with XML files/objects. I programmed with MSXML 2.0 and then i want test my programm on a PC where only Win9...

xml parser

56 byte By SrividyaKadadi at 2007-11-17 12:55:19
Please can anyone kindly send us an XML Parser in C++/C.

Does is so?

68 byte By iffidear at 2007-11-17 12:55:20
Is there any way to persist the xml file obtained from the server???

Can I give then default value at a attribute?

93 byte By alan_doh at 2007-11-17 12:55:21
Dear all,<br/>How I can give the default value at attribute like <br/>alan<br/>2001/4/20

XML?

248 byte By shahzad_hanif at 2007-11-17 12:55:22
Dear All,<br/>Is there is any one who can tell me how can i made it possible to store the server data on the client side in an XML file and then i can display this through HTML in Web browser?If any one has the idea please help me?<br/>Shahzad

help me about this

288 byte By yxjoyce009 at 2007-11-17 12:55:23
i want to transfer data with xml.<br/>since some data need to be parsed<br/>and with special markup. i want to<br/>use CDATA ,but i shoule to encode<br/>with it.<br/>how can i transfer data without encoding?<br/>thanks a lot!!!<br/>If you have a dream,<br/>and you have a world!

x-path

1416 byte By mpavanu at 2007-11-17 12:55:24
hi alli just want to know how to query an xml document to retrieve a set of nodes form the document look like bellow.<rules> <agent name="nokia7110"> <device model="1999"> <deck size="1.5"/> </device> <rule action="include" location="after" path="p" content="&l...

How to include binary files into my XML

350 byte By LiliDi at 2007-11-17 12:55:25
Hello!I develop a replication model what use XML files to exchange records between two dabatabases. I use MicrosoftXML, version 2 to create and read XML files. It work very well.But my problem is that my DBs contain fields of type OLE Object and there i store external files. How to include this file...

XMLDOMNodes content

205 byte By newcomer at 2007-11-17 12:55:26
Hi there,<br/>I used XMLDOMNode.xml property but it includes the node's tag in its XML.<br/>can I get everything between the tags? (XMLDOMNode.text doesn't cut it either)<br/>thanks.<br/>Newcomer

Database

280 byte By savagefate at 2007-11-17 12:55:27
What are there for abilities to write to a database on a Server(from a server-hosing) from a Java-Applet or via Perl and where can I get Information on how to do?<br/>Is it possible to write to a MS-Access DB or Excel sheet?<br/>Whot about mySQL? Can I use it with Perl?

Perl

46 byte By savagefate at 2007-11-17 12:55:28
Where can I find a good Perl-Diskussion forum?

join nodes based on the node value

4522 byte By prasad_rs at 2007-11-17 12:55:29
Hi All, I have a input xml which has a list of ClientInfo's whichgives the client id , account type and the funds available foreach account.note: i am using # instead of #ClientInfoList SOAP-ENC:arrayType="ClientInfo[3]"##ClientInfo# #client_id#555#/client_id# #account_type#PTA#/account_typ...