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>...
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...
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...
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...
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...
can anybody explain a bit what is the difference between a database session and a database connection
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?
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...
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...
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...
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...
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...
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...
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...
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.
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....
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...
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...
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...
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...
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...
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?
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...
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> &...
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...
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...
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...
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...
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
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...
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...
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...
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...
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...
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...
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).
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...
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("...
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...
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...
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...
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...
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
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,...
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 &...
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...
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...
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...
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.
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