hi, could anybody help me out with this. I was trying to make a schema using XML SPY. There are certain attributes in some objects which are of IDREF. I am able to declare attibutes of IDREF type, but am not able how to specify the original object whose ID it references. That is how do...
2492 byte By
Bragi at 2007-11-17 20:26:35
Hello: I am a newbie to program with Xerces. My problem is as I use XercesDOMParser to parsing a file like following. It tell me that "Line 6 column 27Unicode char 0xB4 is not representable in encoding ASCII".But the IE can parse it.How can I modify the code to accept this xml ?(My Code)CXML...
122 byte By
nit at 2007-11-17 20:34:44
Hi <br/>Can we set password to XML File as we can set password to database?<br/>Thanks in advance <br/>Nit
Hi,I have the following XML and would like to write a transform that will display a link to an appropiate file viewer for the filetypeID.<Downloads> <Download Name= "Word doc" FileTypeID = "1"/> <Download Name= "Word template" FileTypeID = "2"/> <Download Name= "Word doc" Fi...
1510 byte By
WolV at 2007-11-17 20:41:09
<HTML><HEAD><TITLE>WebFile</TITLE></HEAD><BODY><SCRIPT LANGUAGE="VBScript">Function Form1_onsubmit()Err.ClearEndPointURL = " http://128.2.1.133/Soap3Doc/Attachment3/Server/Attachment.asp"Set Connector = CreateObject("MSSOAP.HttpConnector30")Set Serializer = C...
I need to transfer data between two tables with exact schema and fields, one in Oracle and the other in MS Access on a distributed network. The Oracle database will reside on a Linux Web server and will be loaded from a web page. The two tables should be in absolute synch and the Access table should...
131 byte By
nit at 2007-11-17 20:49:30
I have 2 XML files with same DTD ,i want to merge both the XML files,through VB<br/>Thanks in advance<br/>Regards<br/>Nit
654 byte By
sandodo at 2007-11-17 20:53:30
I want to create a variable with the content of new line, so that I can insert it to a string for example "This is a string!" that it becomes "This is \na string!". Does anybody can help with an idea? I tried with <xsl:variable name="new-line"></xsl:variable> but it doesnot work. The o...
108 byte By
Ungi at 2007-11-17 20:53:35
Found cool site:<br/>www.xfront.com<br/>Take a look at the great docu (200+ sites) about schemas!!
474 byte By
pvarkey at 2007-11-17 21:17:10
Hello,I am an absolute beginner in XML.My present desire to look at XML, is because I am tired of parsing text files.I was wondering where I need to start looking if I wish to use XML for file creation and parsing, so that I can transfer data between a dll and a client.Essentially the dll executes,...
I want to save a xml doc. For that i am using the code written below. Simple xml is the xml created by me on the server. But i cannot save the xml from the code. I get Access denied error all the time. I have checked my rights i have full rights. Can anybody let me know where i am going wrong<%...
148 byte By
Circa at 2007-11-17 21:20:24
HI,<br/>I need to manipulate xml document, I am used to javascript. Is there any reason I should move to xsl, or javascript will do.<br/>Thanks
How to transform from .html which exists on Windows platform to .pqa which can be identified by palm? Is there any free tool? <br/>Or: How to store a .html file into palm handheld device?
1118 byte By
huikm at 2007-11-17 21:29:02
hi,i am using MSXML4. I am now implementing schema validation into my XML document. Prior to introducing namespace and xml schema, all the xpath expressions work fine. Once i inserted the xmlns into the xml document root tag, all the XPath expressions failed.is there something that i am missing or t...
I'm having a strange problem,I have declared ID of one of my elements which takes numeric value,DTD doesn't validate my file if i give a numeric value,if i give a character instead of numeric then it works is there any way throgh which i can give a numeric value in ID.<Switch ID="HICOMS...
Dear All, Any ideas of how convert html to xml and vice-versa using dotnet framework? Any samples in the form components, web services or libs? Somebody says using Opensource - [HTML-Tidy] to convert html to xml. But I thought this software is used to clean up not well formed html pa...
Hi , I am facing a problem where i am successfully able to use the following code Set objXMLDoc = server.CreateObject("Microsoft.XMLDOM") objXMLDoc.async = False objXMLDoc.load(" http://www.leatherwallet.cc/abcleatherkingdom/objinfo.xml") Set objXMLDoc= nothing response.end in my asp file in NT IIS e...
311 byte By
Deh. Tom at 2007-11-17 21:53:21
is their a function that finds and replaces the elements <, >, "... and also , ... example: becomes ?< becomes <So, can I use an existing function for this or do I write one myself?Where do I find more information...(I use C++)Thx tom...
602 byte By
anjali77 at 2007-11-17 21:57:11
This question is related to sqlserver and xml schemas/xdr schemasI want to retrieve data from sqlserver in the form of xml format.suppose i have data<node1> <node2> <node3>I have to keep relationship(foreign key) between node1 and node3.I think its not possible to keep relation...
682 byte By
ongwc at 2007-11-17 22:14:21
HiThanks for answering my early question...Now I'm getting the above error when I do a "MSXML2.XMLHTTP" - send method. Below is my code:Dim objHTTP As New MSXML2.XMLHTTPobjHTTP.open "post", " http://127.0.0.1:8189", FalseobjHTTP.setRequestHeader "X-NOKIA-MMSC-Charging", "100"objHTTP.setRequestHe...
1846 byte By
NYWalker at 2007-11-17 22:24:10
Hi dev-archives!I'm a XML beginner. I try to save my program settings in XML file using Microsoft Visual C++ 6.0. Here is the sample from my code:-------------------IXMLDOMDocumentPtr XmlDocPtr;IXMLDOMNodePtr pNode;IXMLDOMElementPtr XmlRootPtr;b=XmlDocPtr->loadXML(_bstr_t("<?xml version=\...
258 byte By
n12h at 2007-11-17 22:24:12
Hi all,<br/>In my project I need my own functions so I'd like to add my custom functions to crystal report so that i can use it in a report. How can I write a COM dll file or some other kind of dll file that can be accepted in Crystal report?<br/>Thanks
1059 byte By
Mike74 at 2007-11-17 22:28:44
Hi allI have a problem. In my project, I have to use DOM and JDOM in two different classes. Now I don't know, how I can have the same effect in DOM like I have it already in JDOM. My problem is to add an element with the namespaceURI and Prefix of the root.The JDOM-Method looks like that:protec...
347 byte By
gangelo at 2007-11-17 22:32:08
Hi,I need to simply take a value from my xml called ImageURL which contains an image url and apply it to the src attribute on an img tag in my xsl. How do I do this? I am new to xml/xsl.Example:in my xsl:<img src="<xsl:value-of select='imageURL'>" />But that does not work :(...
Hi, <br/>I am getting this parsing error while trying to load an XML file available on a URL. My environment is ASP on win2000 server.<br/>Anybody got any idea as to why this is coming?<br/>thanks<br/>Sireesh.
Hi,<br/>Maybe this isn't the right forum but I'd like to know if it's possible to rotate text in (X)HTML. I looked in a couple of HTML books, but I can't find any information about how to do this.
571 byte By
Mike74 at 2007-11-17 22:46:25
HelloI am using the XPathAPI from Apache (Xalan). Now we have the problem that it is not very fast to use.In the class-comment of the XPathAPI there is written:"These functions tend to be a little slow, since a number of objects must be created for each evaluation. A faster way is to precompile the...
357 byte By
benchris at 2007-11-17 22:47:01
I guess this board is more appropriate to post my question earlier posted in C++ borad. I need a library to build a xml file string and send it from my Solaris app to windows client through middleware. I can write it by myself but just wondering whether there is a availalbe C++ library in UNIX env f...
561 byte By
Janeko at 2007-11-17 22:50:25
Does anyone know some neat way of renaming element (changing element's tag name)?MSXML (and DOM) does not provide method for that.To rename element I do the following:1. Create new element with the name we want.2. Move all children and attributes from element to be renamed to the new element.3....
198 byte By
padix at 2007-11-17 22:55:40
Hi,<br/>i'm trying to copy a node from a document to and existing xmlDom document.<br/>i have tried appendChild and createNode but it seems don't work.<br/>thanks in advance
1360 byte By
abSekar at 2007-11-17 22:55:54
Hello Everly Body!Could any one help for this problem?HOWTO: Display HTML in XSL Style SheetSample XML========<?xml version="1.0"?><?xml-stylesheet type= "text/xsl" href="1.xsl"?><Report> <Procedure> <Data> <![CDATA[<H1><B>This is <I>test...
610 byte By
pvarkey at 2007-11-17 22:58:18
Hello everybody,I was wondering if any one could help me out.I am presently working on a project that uses xml and dlls. Both new technologies to me.I started off fine with this wonderful article http://dev-archive.earthweb.com/xml/XMLDOMFromVC.htmland I was making headway.Now I had to move the impl...
2017 byte By
Ramanatha at 2007-11-17 23:02:22
Hello All, I want to insert the new node in between already existing nodes. I am using MSXML DOM node method insertBefore (system is crashing) but it is not working expect for VT_EMPTY, but the later one inserting the node at the end.My code looks like this.IXMLDOMDocumentPtr pXmlDocument;HRESULT...
281 byte By
owenrb at 2007-11-17 23:03:49
Dear All,<br/>I am new with this stuff.<br/>I have a database in my MS SQL Server 2000 and I would like to convert that data into XML format. What is the common way to do this task?<br/>Any help you may have is very much appreciated.<br/>Thanks in advance.<br/>Owen
163 byte By
besaurus at 2007-11-17 23:07:47
i don't know if i can made a for cicle ,not for each ,in xsl using an attribute of a xml tag in input .<br/>If someone can help me i will be happy. :confused:
Hi allI have made a demo on how to use voice XML together with Toolbook to make Distant Learning a reality. I need your comments on the demo.No more clicking inside the browser to choose the right answer, voice XML will drive your navigation inside the borwser. I will not say anymore but only to pro...
101 byte By
dlgv at 2007-11-17 23:10:24
Hi!<br/>Where can i find tool, which helps me to send soap messages over SMTP?<br/>Thanks for answers
380 byte By
jacobi at 2007-11-17 23:18:57
I am loading an xml file into a XMLDOMDocument2 object. When I try to save it again using the save method, I get an error. I tracked this error down to an entity - #8224; (&dagger).It seems the XMLDOMDocument2 object is using the wrong charset (UTF-8). How do I change this? XMLDOMDocument2 does...
86 byte By
enigmaos at 2007-11-17 23:22:22
how to parse XML files using DTD file in VB.NET and save the data into a SQL database?
630 byte By
NYWalker at 2007-11-17 23:28:17
Hi Gurus,I have a greate trouble while updating the value of text node. I have a pointer to the node from existing XML document:-------IXMLDOMNodePtr pNode;TCHAR szTmp[100];VARIANT varTmp;_stprintf(szTmp,"%d",newid);varTmp.vt=VT_BSTR; varTmp.bstrVal=_bstr_t(szTmp);pNodeFilter->put_nodeTypedValue(...
I installed MSXML 4.0 .<br/>When I try to open a XML file in IE I get a dialog box (File download) asking the following .<br/>You have chosen to down load a file from this location .<br/>What would u like to do with this file ?<br/>Open..<br/>Save..
232 byte By
gopik at 2007-11-17 23:30:55
Hi,<br/> Can anyone explain me an easy way to access all the elements and attributes within an XML document using MSXML4.0 in VC++. Please help me out if possible by sending the source code.<br/>Thanks<br/>Gopi Krishnan
274 byte By
gopik at 2007-11-17 23:38:32
Hello,<br/> How do we check the wellformedness of an XML String either using DOM or by SAX interfaces (Preferably using both if possible). Iam presently using MSXML4.0 and integrating with VC++. You can either tell me using VC++ or in VB.<br/>Thanks<br/>Gopi
522 byte By
gopik at 2007-11-17 23:39:19
Hello All, I have two elements in an XML string. Now, I want to update the second element and add an attribute to that element. Adding an attribute can be done using 'setAttribute' method but how do i get the reference to the second element. I know that we can get the reference to the fir...
453 byte By
gopik at 2007-11-17 23:40:48
Hi All, I have an XML String which has data in it. I need to pass the string as an input to a Stored Procedure, fetch the data, update the database tables accordingly. But how do i retrieve the data from an XML string from inside a Stored Procedure. Do we need to use the Parser interfaces inside...
when we specify child nodes of a node in a particular order in DTD then is it necessary that they should come in same order in XML also.thse are the files which i'm sending you,i'm sending you both DTD and XMLFilein this we have specified child nodes of Switch as Links?,DNs?,AgentLogins?,I...
2342 byte By
gopik at 2007-11-17 23:47:33
Hello, When i use sp_xml_removedocument passing the document handle, it shud return '0' when the document is removed from the memory. But in my case, its returning a value of '1'. Please let me know the reason behind returning a value of 1 instead of 0.Find below the source c...
486 byte By
gopik at 2007-11-17 23:49:08
Hello,I have a requirement as inserting and updating the values in an XML string into the Database Tables. So i want to know which one of the option is right to go about and how to decide which way to go. i.e. either opt for "XML Bulk Load Object Model" or use "OpenXML in Stored Procedures" to do th...
1308 byte By
gopik at 2007-11-17 23:52:21
Iam using SQLXML 3.0, and i have a requirement as follows :My XML File :<root><PKG PkgID="1" DateTobeArchivedPS="01022002"><FILE FileName="AIP01_1.bin" LocType="FilePath"></FILE></PKG></root>My XSD File:<xsd:schema xmlns:xsd=" http://www.w3.org/2001/XMLSchema"xm...
1065 byte By
ziziphus at 2007-11-17 23:57:59
I am using MSXML4.0 to generate xml file from MS Project 2000.I want the generated xml to be identical to the one generated by MS Project 2002 using its "save-as" feature.Everything else is ok except that:MSP 2k2 gives: <?xml version="1.0" ?> - <Project xmlns=" http://schemas.microsoft.com/...