Remove Elements (XML - VB.NET)

1404 byte By Notsch at 2007-11-19 4:32:30
HelloI have a problem removing Elements in my xml file.---XML FILE----<?xml version="1.0" encoding="utf-8"?><!DOCTYPE picturelist[ <!ELEMENT picturelist ANY> <!ELEMENT picture ANY> <!ELEMENT path ANY> <!ATTLIST picture id ID #REQUIRED>]><picturelist>...

C source code generator based on XML

362 byte By arrowpig at 2007-11-19 4:33:00
Hi, I'm now interested in C source code generator such as C generator of simulink(a tool of matlab simulink) and I 'm a beginner in this field.Maybe C source code generator based on XML will be the right way.Would you please give me some advices on how to make a kickoff:a list of books or...

XSL sorting and unicity...

1039 byte By yannick457 at 2007-11-19 4:33:12
Hello, I'm working on XML & XSL stuff for about 3 weeks and still have problem with something that should be easy to manage ! Here is my problem. I have this XML code : <FORMATION><NAME>web 1</NAME><NAME>web 2</NAME><NAME>web 2</NAME><NAME>web 2&l...

How to add br within xml data??

696 byte By priyankasaini at 2007-11-19 4:34:20
Hi!I am new to XML.I want to use xml data and transform it to html using xslt.The data is somewhat like -<A>1. adfsdfsdfs2. cdcvdvsd3. dcdsvdsv</A>but in html file it displays it like -1. adfsdfsdfs2. cdcvdvsd3. dcdsvdsvi.e., the comlplete text in form of one paragraph.I want it in the i...

parsing xml bytes stream with unokwn side in XERCES C++

785 byte By eylonmalin at 2007-11-19 4:34:42
Hello,I'm using XERCES for C++ for parsing xml files. I want to parse a xml bytes steam with unknown size.I mean i get stream of bytes form a socket over tcp/ip. I know the otehr side ip address and socket number, and i send and recieve bytes, but i need to warp the stream to "files frames" by...

what is the difference between a database session and a database connection?

101 byte By ishtiaque_NSU at 2007-11-19 4:37:35
can anybody explain a bit what is the difference between a database session and a database connection

Xerces DOM model

262 byte By Barsik at 2007-11-19 4:46:39
I am using xercer for C++ with DOM model (not SAX) and downloading smal example named <br/>"CreateDOMDocument"<br/>From distributives<br/>but not understaning how get formed XML document in text representation for save this to disk<br/>Can you help me?

XML Feed Question

3250 byte By ripcurlksm at 2007-11-19 4:47:50
I have an XML feed to display the 10 most popular ringtones. And this being my first time attempting this, I have used Kevin's PHP and XML: Parsing RSS 1.0 ( http://www.sitepoint.com/article/php-xml-parsing-rss-1-0) tutorial to guide me along the way. I modified the script to fit my needs, and I...

Check 2 Values by Using XPath

687 byte By Notsch at 2007-11-19 4:48:43
SOLVED......Hello,I have tried several things but nothing worked so far.I would like to search for the Firstname and Lastname in my XML and display all the correct Results in my Datagrid.mlNodeList = xml.SelectNodes("/memberlist/member[./firstname='David']")That works perfectly but the res...

Conversion of xml to wbxml

504 byte By request at 2007-11-19 4:50:11
Hi AllBasically the requirement is to convert .XML file into .WBXML file. I have downloaded wbxml2-0.9.0-bin.win32 from sourceforge.net.In this I have found two exes xml2wbxml & wbxml2xml.I am executing this by typing at the command promptC:\xml2wbxml o test.wbxml test1.xmlThen it is sayingXml2wbxml...

Extra characters appended at the end of XML

660 byte By pabhinandan at 2007-11-19 4:50:42
Hi,I am creating an xml document from and existing xml by transforming it with an xlst. However, I get some extra characters (mostly white spaces) appended at the end of the xml. I am doing with MSXML2.DOMDocument40.. When I post this xml to a web service, the service is not able to parse the xml...

How to enter line break?

376 byte By sameerteni at 2007-11-19 4:58:21
Hello,I want to put line break in XML. Can anyone tell me how to do that?eg<Descripation> This mail is to inform you that:--LINE BREAK-- your account is going to expire on end of this month.</Descripation>In above example at '--LINE BREAK-- ' I want to put line brea...

Xerces c++: How to validate xml in DOMWriter?

958 byte By Senna0815 at 2007-11-19 5:01:32
Hi everyone.I would like the DOMWriter to output the XML dataaccording to a schema.Does anyone know how to do that?example:DOMWriter *theSerializer = ((DOMImplementationLS*)impl)->createDOMWriter();char* goutputfile = "c:\\test.xml";XMLFormatTarget *destination;if (goutputfile) destination...

Is XML 3.0 is faster than XML 2.0

338 byte By santu_srisoft at 2007-11-19 5:01:54
Hi Guys,I am using windows ce.net 4.2. I am doing some parsing using XML 2.0. I am planning to shift to XML 3.0. Does anybody know is XML 3.0 faster than XML 2.0. How much performance improvement I will get from this?If anybody is having some articles about this do send to me.Thanks in advance.Sant...

XML and MFC

263 byte By ADSOFT at 2007-11-19 5:04:24
I have a project to do that is going to require XML web services. I can't find anything will let me transmitt a XML file from a desktop application.<br/>Can XML be done via a MFC desktop application? Can some one please point me in the right direction.

Importing XML file

1517 byte By DeviP at 2007-11-19 5:06:49
Hi,I'm trying to import an XML file into Access database using Access databases inbuilt import functionality. The problem here is, the import is working fine and is creating the tables but with no relationship between them.For ex: The file has a Firm data and each firm will have few invioices....

substitue strings in xsl

529 byte By nleco at 2007-11-19 5:07:09
I was wondering if someone had a clever way of doing this.say i have an xsl variable set to:"you have 1 message(s)". i want to change it to:"you have %1 <a href="blah">message</a>"and somehow use an xsl template to substitute %1 with a parameter passed value. the problem i have is tha...

XSD schema

860 byte By drewburlingame at 2007-11-19 5:13:52
I need a schema that will allow me to mix 0 to n elements in a document. For example: <doc> <header>header text</header> <body> random body text <tag1>tag1 text<tag1> more random body text <tag2>tag2 text<tag2> more random body...

testing if nodes has the same value

935 byte By MatzeB at 2007-11-19 5:15:39
Hi,having the following XML-file structure<Device> <CpuTotal>1</CpuTotal> <Memory>256MB</Memory></Device><Device> <CpuTotal>1</CpuTotal> <Memory>256MB</Memory></Device> <CpuTotal>1</CpuTotal> <Memory>256...

PLZ Suggestions neaded

849 byte By ganapathykumar at 2007-11-19 5:18:35
hi all, plz any one help me with this my project is about web services Q1) and i nead some practical knowledge about how to bind a xml doc as a SOAP message and send it to the server program... plz help me with the process taking place and not the syntax and...

Xerces and smart print

987 byte By zebiloute at 2007-11-19 5:20:44
Hi.I try to use xerces C++ for creating a XML file. So when i use the CREATEDOMDocument sample with DOMWriter every elements are merged without new line Like this :The tree just created contains: 4 elements.<?xml version="1.0" encoding="UTF-8" standalone="no" ?><company><product>Xe...

Show XML as excel sheet

237 byte By richiebabes at 2007-11-19 5:23:43
I have a program that creates xml that can be loaded into excel and viewed as a spreadsheet. It is to be viewed as a web page and I set the mime type, no problem. But garbage is output - something is being lost in translation. Any ideas?

List of Lists Problem XML and Excel 2003

4804 byte By gmdealer at 2007-11-19 5:28:39
I am a novice to xml. My computer system exports my inventory in the format below. I would like to import this XML file into Excel 2003. I have used Stylus Studio XML Pro to create an XSD file. When I try to import to excel, I get a message that this xml file contains a list of lists. I know very li...

XML DOM problem with node

1653 byte By help_cplus at 2007-11-19 5:29:41
Hi,I have an XML document..<register name="RID" length="32" address="0x8" resetval="000" access="rw"> <element name="RID" offset="1" length="7" access="rw"> <desc>Revision Identification Number. </desc> <modified>true</modified> &...

XML and enums/multiple choices

353 byte By atulsahai at 2007-11-19 5:37:59
I have following scenario ...<Style> <Font>ARIAL</Font></Style>Is there a way of showing that other Font options are COURIER and TIMESMy ultimate goal is that the user should know what font options are available to him.Would XML allow me to do this in any way ?thanks...

Converting XML schemas with namespaces

723 byte By AndyCheng at 2007-11-19 5:46:17
Hi All,I have a slight issue. I have an XML schema which has includes and import statements. This will mean that I have multiple schemas with namespaces. What I would like to do is use a tool to generate only one XML schema with all the elements from the different namespace schemas.I have used XMLSp...

MSXML memory leaks

1534 byte By giri75 at 2007-11-19 5:56:50
Hi Everyone,I am using MSXML parser, its giving lots of memory leak, starting from co-create instance. Here is the code snippet try { CoInitialize(NULL); // hr = CoCreateInstance(__uuidof(DOMDocument), NULL, CLSCTX_INPROC_SERVER, // __uuidof(IXMLDOMDocument), (void**)&m_pXMLDoc); hr = m_pXM...

Soap Request And Response How It Happens??

602 byte By ganapathykumar at 2007-11-19 5:57:20
if suppose i give a request from IE in the form of XML..through I.EXML + HTTP (SOAP)[CLIENT]------->[SERVER]When this soap request is send to the server in what format is it transported in the http and what is the format the server understands the request i.e what is the role of the parser in bet...

Large XML files

262 byte By Anders99 at 2007-11-19 5:58:33
Hi,<br/>does anyone know what happens when a large file, > 50 mb, is passed to the Load method of a MSXML2.DOMDocument40 instance in VB6? Is the whole file parsed at once or is the domobject smart enough to parse only reqiuerd parts of it?<br/>// Anders

Format specification of a binaryfile with xml

605 byte By ArthurDent at 2007-11-19 6:10:53
I'd like to specifiy the format of a binary file with xsd (xml schema) and then read the binary data to the defined classes.After reading the forum entries i think that i have to parse the xml schema an read the data (the schema has to include a length value to read each entry of the binary fil...

How to import XML file into SQL server

1543 byte By mujin03 at 2007-11-19 6:12:58
I kind of get a werid problem with Imporint XML into SQL server database. I have searched google up for a whole day and still can't find the resolution. I have a XML file of an Apartment data. I need to import this file into SQL server Database. The xml file looks like the following:<Apartme...

XMLInputSource and whitespace

1428 byte By liying368 at 2007-11-19 6:20:25
Hi,I have developing code using .net and I am using the Xerces .net XMLEntityResolver for Grammar Parsing.In my resolver class, all i have is the file name (absolute path), so I do something like:public XMLInputSource resolveEntity(XMLResourceIdentifier resId){ url = @"file:///C:/Documents%20and%20...

XML issue in netscape.

781 byte By gjiyer at 2007-11-19 6:21:55
haii have written the following code. But it is not working in Netscape. Please someone guide me to rectify this problem.<?xml version="1.0" encoding="ISO-8859-1"?><xsl:stylesheet xmlns:xsl=" http://www.w3.org/1999/XSL/Transform"xmlns=" http://www.w3.org/TR/REC-html40"><xsl:output metho...

Converting XML to Excel

307 byte By sayanori at 2007-11-19 6:28:45
Hy, I'm looking for a method to bring specific data from XML files into Excel.It can be in form of Software, Excel plug-in, I guess anything would work.I need it kind of urgent, since it's due in 4 days (March 15th).Thanks for the help in advance,- sayanori...

Cant compile: msxml2.h ?

1529 byte By ADSOFT at 2007-11-19 6:44:06
#include <stdio.h>#include <TCHAR.H>#include <stdio.h>#include <time.h>#import "msxml4.dll"// ^^^^^^^^^^^// If this import statement fails, you need to install MSXML 4.0 SP1 from://// http://msdn.microsoft.com/downloads/sample.asp?url=/MSDN-FILES/027/001/766/msdncomposi...

Static lib of Xerces for C++

135 byte By Holly_vi at 2007-11-19 6:44:57
Anybody knows if there's a static lib of Xerces for C++?<br/>(I want to use Xerces in my application, and I can't use a dll).

Cant find IXMLDOMDocument2Ptr class on MSDN XML REFERENCE

468 byte By ADSOFT at 2007-11-19 6:46:50
I'm just getting into XML.I able to got to MSDN and find the XML reference section, but I can't find and docoumentation on the IXMLDOMDocument2Ptr class. I want to read up on the methods and members of the class.I was able to find the in on http://msdn.microsoft.com/library/default.asp?url...

xmhttp objects in java

353 byte By sampathreddyv2000 at 2007-11-19 6:47:17
hi,this is how we connect to serer through client side with set of java script functions.but here we are using microsft objects..do we have any thing java for same things..bcos i dont want use microsoft objects.i searched many sites but could n't get any thing..var xmlhttp = new ActiveXObject("...

Cant convert BSTR to CString: IXMLDOMDocumentPtr->text

486 byte By ADSOFT at 2007-11-19 6:47:46
I'm trying to put the contents of IXMLDOMDocumentPtr-text or IXMLDOMDocumentPtr-xml into a CSTRING so that I can place the whole file into and CEdit control.when I execute the following lines of code I can't get it to compile. ... code fragment { CString CstrDisp; BSTR text_out; m...

Validating XML document using external DTD in VC++

447 byte By sharmasourabh54 at 2007-11-19 6:50:20
Hello everyone,I want to know whether it is possible to validate an XML document, having DTD defination in some other file programatically in a win32 console VC++ application using IXMLDOMDoc etc. interface method? If yes, please tell me how!!Till now I have done it for XML files having the DTD defi...

Can anybody answer me why ppl convert java to xml?

394 byte By tomleo16 at 2007-11-19 7:01:17
im new to java and xml..recently got a project which require me to develop a java application and convert it to xml.understanding java shld not be a problem..but xml...is another thing.Can anybody give me a good website regarding about xml,converting java to xml.i simply just don't understand w...

XML Schema Name space

371 byte By gskrishna at 2007-11-19 7:04:12
Hi,I am using XML schemas in VB.NET. I have a issue. I am getting one XML document as output from a webservice. This document I am using for some processing. Now while using it for processing I dont need in the root element all the name space tag etc. I only need the root tag. Is there any way I...

xml schema

202 byte By chitrack at 2007-11-19 7:04:40
Hi All,<br/>I have an application which uses MSXML and reads the xml file with DTD I would like use schema in place of DTD. Can any one suggest me how to go about?<br/>Thanks in Advance,<br/>Chitra

how to read xml data from xml string

304 byte By sampathreddyv2000 at 2007-11-19 7:07:36
Hi,iam sending response to servlet.and iam getting response as string which is xml data.how can read the data from this xml string..is there any object that is java campatible that we can use to send response to URL..like xmlhttp objects from microsft..if so plz give some help on this.regards,...

best way to deal with nested elements?

729 byte By psasidisrcum at 2007-11-19 7:09:03
Hi all,I'm trying to write an app that will save a given folder's descendant files and folders in an xml file. As I want to closely mimic the directory structure (ie. folder within folder within folder, etc..), my xml file would have <folder> elements that can contain any number of &...

Web services testing framework

653 byte By avok at 2007-11-19 7:10:36
Hello,I am researching available tools for Java web services tests. We are using Apache Axis as web services platform, JUnit test framework for testing, Maven as project builder and Eclipse as IDE.I didn't find almost anything suitable so far.Only thisCommercial http://www.itko.com/site/itko?j...

XPath problem in VS .Net

1525 byte By ChadS1 at 2007-11-19 7:13:12
In the following code could someone please explain to me why the SelectSingleNode returns a null XmlNode? I wrote this code in c# for VS .net 2003. Anyway, the solution/answer is probably very simple but I cannot it out for the life of me.Here's roughly my xml file:<?xml version="1.0" enc...

webservice under VB6

1678 byte By F.Mayis at 2007-11-19 7:15:58
Hi,I have a webservice that is embedded in a device.I can access to the device through ftp with no problem with a login and password.I try to use the webservice that is present on the device using VB6.I am using the SOAP toolkit 3.0 of Microsoft for that and do the following.Private Sub Command1_Cli...

converting XML/XSL or html to rtf in java

265 byte By treble at 2007-11-19 7:16:38
Hi, im new to the forum and to web developpement as I am currently studying IT.<br/>My team and I need to find a FREE java API for converting XSLT or html docs to .rtf files.<br/>If you know of any I would really appreciate it if you could link them here.

Generate C++ classes from XML schema

229 byte By RoyceF at 2007-11-19 7:16:44
Hi,<br/>I have an XML file and the corresponding schema file generated by XMLSpy Home Edition. How can I create C++ classes from this schema? I am looking for a free tool, if there is such a thing.<br/>Thanks,<br/>Royce