Specifying IDREFs Using XML SPY 4.4

400 byte By hi_its_shuks at 2007-11-17 20:16:37
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...

Some problem about Xerces

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...

Set Password

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

Help with a transform

892 byte By MartyFreshwater at 2007-11-17 20:39:11
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...

Soap connector problem

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...

data transfer between Oracle and MS Access

454 byte By debaditya_ghosh at 2007-11-17 20:45:25
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...

Merge XML File

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

"New Line" character

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...

Take a look to it!

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!!

XML - beginner

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,...

XML Save Error Access Denied

552 byte By AdityaCode at 2007-11-17 21:19:36
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<%...

Javascript or xsl

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

Help: XHTML Format Transformation

192 byte By chrislois at 2007-11-17 21:24:59
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?

selectSingleNode

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...

Dtd(urgent)

954 byte By anushreeg at 2007-11-17 21:31:49
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...

html2xml and vice-versa

434 byte By therockyu at 2007-11-17 21:36:34
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...

XML on WIn 2000

554 byte By sireesh_pat at 2007-11-17 21:44:38
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...

need function that finds and replaces the elements <, >, "... and also , .

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...

A question related to sqlserver and xml schemas/xdr schemas.

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...

Run-time error 287 Application-defined or object-defined error... can anyone hel

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...

Assign DTD to XML Document

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=\...

Add custom function into Crystal report

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

DOM instead of JDOM

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...

Setting the IMG src attribute from an xml element?

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 :(...

System error: -2147012867.

224 byte By sireesh_pat at 2007-11-17 22:33:11
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.

Rotating text in (X)HTML

221 byte By NetMaster at 2007-11-17 22:42:22
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.

XPathAPI

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...

need a c++ library for xml builder

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...

MSXML: renaming ELEMENT

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....

Copy node to a new Dom

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

HOWTO: Display HTML in XSL Style Sheet

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...

msxml in a mfc regular dll

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...

insertBefore method - VC++

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...

HOW TO: SQL Server data to XML data?

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

xsl make a for cicle

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:

World first voice enabled e-learning application

727 byte By Cecil Cheah at 2007-11-17 23:10:02
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...

SOAP over SMTP

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

DOM and charset

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...

Parsing XML files

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?

put_nodeTypedValue

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(...

not able to open .xml files from IE after installing MSXML 4.0

249 byte By rajeshsanu at 2007-11-17 23:30:49
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..

Using DOM Parsers in VC++

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

Check For XML Well-formedness

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

How to refer a particular element from an XML string

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...

Usage of Parser interfaces inside a Store Procedure in SQL Server

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...

MSXMLDOM(Urgent)

613 byte By anushreeg at 2007-11-17 23:47:25
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...

sp_xml_removedocument not returning 0

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...

Comparision betwn. "XML Bulk Load Object Model" and OpenXML in Stored Procedures

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...

Defining an XSD using SQLXML

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...

MSXML4.0: xmlns attribute

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/...