XML-editor

110 byte By alastor at 2007-11-17 12:57:10
I want to know if there is any sheep or free xml editor to use?? I want to make style-sheeets and dtd's .

insertBefore

1126 byte By jimeh at 2007-11-17 12:57:11
Sorry if anyone feels I'm posting in the wrong forum, but this question did not really fit in in the VC++ forum either.My problem is that I can't get the insertBefore method to work when adding new elements/nodes to my xml document.This is my xml document:<?xml version="1.0" encoding="IS...

Encryption of XML

123 byte By Jim Bassett at 2007-11-17 12:57:12
Does anyone know how to do Encryption of XML for use over the internet? I have tried to use https but it creates a problem

namespace for use with xsl:key just doesnt work

404 byte By swatirs at 2007-11-17 12:57:13
I am trying to group data based on certain tag. I tried to use xsl:key for which i need to use xmlns:xsl=" http://www.w3.org/1999/XSL/Transform" as namespace.The problem is when i use this namespace the xsl just does not render the xml ... even if i remove the xsl:key and put plain xsl:for ... I am...

XSL tutorial

407 byte By jimeh at 2007-11-17 12:57:14
Could anyone please point me to a tutorial or other example of how to load an XSL document into a C++ program, and then use it to transform a node/document in another XML file?At this point I can't even load the stylesheet. HRESULT just returns -1 and that does not give me much information abou...

XML to PDF

206 byte By theferry at 2007-11-17 12:57:15
does somebody know how to convert from XML source to PDF file ? is it need java as a convertion or just using xlst (means FOP)... ?<br/>thank's<br/>discussion to soleve problem is a good way

preserving WhiteSpace in DOM

257 byte By RBala at 2007-11-17 12:57:16
Hi Group,<br/>I am using MS XML DOM in C++ to read the XML file and output it to HTML. While doing so, it is not retaining any white space between two elements. Could anyone of you help me in getting this problem solved?<br/>Regards,<br/>R. Bala

Enterprise Templates

271 byte By Tzachi at 2007-11-17 12:57:17
Hi Guru!<br/> Send me please examples and articles how to work with Enterprice Templates.<br/> And good articles for what possible use Enterprice Templates of DotNet.<br/> From MSDN I did't undestend for what and How to use it.<br/> Thanks

how to make windows media skins

185 byte By aminur at 2007-11-17 12:57:18
I have to make skin(Windows Media skins ) of IP phone which can be called by JAVA API .Is there any code/sw/or way to do it Please help me<br/>Regards<br/>Md Aminur Rashid<br/>Pune

Well formed XML file

490 byte By AyazSardar at 2007-11-17 12:57:19
Can anyone tell me if it is possible to use this peace of XML code, and how to use it: xml: <appl>b.m.w. <imagefile>bmwlogo.jpg</imagefile> 325i</appl>What I want to present is this: b.m.w. [bmwlogo.jpg] 325iWhen I use the xsl: <xsl:value-of select="appl/t...

Align "<TD>" contents at runtime

642 byte By Green_Beret at 2007-11-17 12:57:20
Hi all,I have a td(with the angle brackets) in a table, and I'm filling this td with a small icon at runtime. Trouble is, the icon is displayed left aligned which is the default for td's. I want to be able to change the alignment of this icon to "center". It is possible at design time, but...

Transferring Excel, Word, and other documents in a XML structure

481 byte By Jim Bassett at 2007-11-17 12:57:21
We have a need to transfer documents such as Excel, Word, etc via XML, how does one do that. I am assuming that these would need to be placed into a CDATA section maybe encoding them via BASE64 but I am not sure this is correct or even how to do it. Any code samples, encoding and decoding would be h...

converting and entire text document to XML

334 byte By ccampbell at 2007-11-17 12:57:22
I am looking for a way to convert an entire text document to XML. Does anyone know how this is possible? Is there a script that I canrun or can I create a file similar to a DTD to create the xml filefrom a text file? Any information, code, or light on this subjectwould be greatly appreciated. Tha...

VB-XML

117 byte By shashidharkr at 2007-11-17 12:57:23
Hi,<br/>Can anybody suggest me some good sites / references on VB-XML for beginners?<br/>Thanks in advance.

<xsl:if> question?

450 byte By TRUNGLE at 2007-11-17 12:57:24
Hi allI'm having a problem with xsl:if tag. I have a XML data file which contain tag. I just want to create a XSL file to filter the person who has FIRSTNAME start with a character (A,B,C ...). I have used tag but I can only write (abc is a person name). I guess that there is a funtion which...

<xsl:if> simple question?

450 byte By TRUNGLE at 2007-11-17 12:57:25
Hi allI'm having a problem with xsl:if tag. I have a XML data file which contain tag. I just want to create a XSL file to filter the person who has FIRSTNAME start with a character (A,B,C ...). I have used tag but I can only write (abc is a person name). I guess that there is a funtion which...

problem regarding xml stylesheet

238 byte By priyag at 2007-11-17 12:57:26
i have made an xml with a default xsl name embedded in it ... i need that i can define two stylesheet names in the xml so that if one style sheet is not available at the specified path then xml will be displayed with the other stylesheet.

Is there any way to check for the existence of an object in XSL?

549 byte By bobclark at 2007-11-17 12:57:27
I have inherited a web site that uses some XML along with XSL to transform the data to HTML. I am attempting to learn this stuff in between my other duties. I have one page in particular that we want to show a particular image if it exists in a directory on the web server. I can get it to show th...

how_to_test_xlink

183 byte By lavinder at 2007-11-17 12:57:28
Can anybody help me, i just want to know,<br/>Is there any browser which supports and implements "simple and extended links" ? I am using xml spy, IE and NS 6.<br/>thanx in advance !!

Send parameters from JSP to XSL

97 byte By MaHo at 2007-11-17 12:57:29
Hi!<br/>Is there any way to pass parameters from a JSP-page to a XSL-page?<br/>//Maria

getting data from two xml files

158 byte By swatirs at 2007-11-17 12:57:30
hi,<br/>I have xml files for my db tables. Now I want to get data out of it the way I get data from db table using sql joins. Can i do that? how?<br/>Pls help

<xsl:sort> question

101 byte By MaHo at 2007-11-17 12:57:31
Is there any way to choose by ascending or descending sort with ?<br/>Thanx for help!<br/>Maria

Ado/Xml/Xsl/Xpath

1018 byte By Reghu at 2007-11-17 12:57:32
Hi, I'm facing a small problem with xsl. I want to apply a xsl on a Ado Generated Xml file. I'm getting some strange errors. My Xsl looks like this:// I removed the "" for correct display of xml code in discussion board.?xml version='1.0'?xsl:stylesheet xmlns:xsl=" http://www.w3....

xpath

217 byte By Malathi Chandur at 2007-11-17 12:57:33
Hi All,<br/>I need a single XPath Query for the follg criteria:<br/>Find if there are any "collection" elements having an attribute with value 'BOOK'.<br/>Thanx by advance.<br/>Malathi Chandur

xpath with dom in vc++ or vb

492 byte By Malathi Chandur at 2007-11-17 12:57:34
Hi All!I am working with vc++ as well as vb using dom parser for xml document processing. When I pass an xpath expression like "count(//element_name)" to 'Selectnodes' method, getting an error message saying "Unknown method: count". I am using msxml3.dll. Do I need to import/install any m...

What is a XML web service...?

288 byte By venkytvs at 2007-11-17 12:57:35
Hi all<br/>I am new to .net and whereever i read about .net people say that .net is a framework for bulding XML web services...?<br/>First of all what is a web service and what is the difference between a web service and XML web service...?<br/>Thanks in advance<br/>-Venky

New line character in XML and HTTP

324 byte By vinod kadam at 2007-11-17 12:57:36
Hi XML and HTTP experts, I want to pass an xml string to the client side which contains new line characters as parameter of body onload function. On onload function of document, this xml string will be stored in an MS XMLDom. How can i do this. Its urgent.Thanks in advance.Vinod....

Displaying an image using XSL

624 byte By Mark Jablin at 2007-11-17 12:57:37
I am trying to display an XML document in IE5.5 using XSLT. I am having a problem displaying a .jpg file specified in the XML file. The XML looks like this: <img src="C:\BrassDev\GUI\Pier\Working\Images\FootingBeamShear.jpg" width="447" height="235">My XSL is as follows: Except the spac...

inport msxml3.dll

217 byte By Hambi at 2007-11-17 12:57:38
Hello gurus!<br/>I have a question about what is the different between<br/>#import "msxml3.ddl"<br/>and<br/>#import "msxml3.ddl" named_guids raw_interfaces_only<br/>tnx for answer, i'll rate it!<br/>CAO

xml newbie question

434 byte By jazeb at 2007-11-17 12:57:39
Hi everyone,I've got a java client calling an asp page on a server... the asp page accesses a dll...What happens is that i have to transfer files after converting them to xml... all the communication also takes place in xml...How would i go about it? any ideas would be helpful as i'm a new...

Comparing two XML Documents(Files)

698 byte By Firoz at 2007-11-17 12:57:40
Hi,I have two XML files (In-Use xml and Backup xml).one is a backup copy of the other.In case of curruption to the In-Use xml, I want to restore from the Backup xml.In my case, curruption is a condition where a node or child node is missing.The data may be different.So,I want to compare the two XML...

how to get the node value

160 byte By Adwa,Liu at 2007-11-17 12:57:41
eg:test<br/>how could I get the node(rr) value "test" in VC,and by which function?<br/>suppose IXMLDOMDocPtr,IXMLDOMNodePtr are used.<br/>No pains,no gains

Problem in using SAXXMLReader in a Multithreaded environment.

3664 byte By ganga at 2007-11-17 12:57:42
Platform Platform : WindowsNT Workstation (SP6),VC++6.0 (SP5),MSXMLSDK3.0,MSXMLParser 3.0,IE5.0Hello,My application is a Windows based multithreaded application, created usingVC++6.0 using XML technology in it.While running my application in themultithreaded environment, i face anXML file read error...

How to include on XML to another

183 byte By Marvin at 2007-11-17 12:57:43
Hi<br/>I have few XML files with information and one XML file (nav.xml) with navigation.<br/>So, I need to include navigation file. But how?<br/>I need to include it in XSL or in XML?

Problem with SAXXMLReader during multithreading.

2598 byte By ganga at 2007-11-17 12:57:44
Platform : WindowsNT Workstation (SP6),VC++6.0 (SP5),MSXMLSDK3.0,MSXMLParser 3.0Hello,I have created a multithreaded application, using VC++6.0 and XML. In myapplication I need to Read and Write XML files in a Multithreadedenvironment, for which i am using SAXXMLReader and MXXMLWriter respectively.W...

XML viewer

654 byte By jimeh at 2007-11-17 12:57:45
Hi!I would like to find a pretty basic XML viewer with about the same features as Internet Explorer. I would like to be able to collapse and expand the different elements and do searches in the file.The problem with Internet Explorer is that it uses huge amounts of memory when I open my quite large...

How to convert a column-oriented xml document to a raw-oriented xml document

2017 byte By qingqi at 2007-11-17 12:57:46
I have a xml file (org.xml)<Weather version="1.0"> <header/> <data> <recordset rowCount="3" fieldNames="ZIP,CITY,STATE,TEMP,WIND_SP"> <field name="ZIP"> <string>57361 <string>57006 </field> <fie...

DOM

301 byte By Malathi Chandur at 2007-11-17 12:57:47
Hi This is regarding Document Object Model's "IXMLDOMNotation" node type. I want to know it's implementation, I mean, where and in what situations one should prefer Notation node defining? Any example will help more.Thanx n RegardsMalathi.Malathi Chandur...

How can I convert from XML document to Access database?

179 byte By NNThanh at 2007-11-17 12:57:48
Hi,<br/>I have to convert from XML documents Access database. The structure of XML documents is well-known. Could you show me the way?<br/>Thanks in advance!<br/>HN

MSXML tutorial

189 byte By NNThanh at 2007-11-17 12:57:49
Hi,<br/>I downloaded MSXML SDK from Microsoft, but there is no document.<br/>Please tell me, where can I find the tutorial and samples of MSXML.<br/>Thanks in advance!<br/>HN

getting data from database

227 byte By Ashok at 2007-11-17 12:57:50
hi,<br/> I wanted to maintain the data in xml files.Is it possible to get the data from the database and store it in xml files.From there onwards i would like to query the xml files for the data. <br/>Thanks<br/>Ashok

How to read XML from C++

236 byte By Danh at 2007-11-17 12:57:51
Hi Code guru,<br/>I know Java that can read XML file. Can C++/VC++ 6.0 read XML file also? <br/>Please show me how or point me the website which I can learn from it.<br/>Thanks for your help,<br/>Have a nice day,<br/>Danh

how to get distinct element result

671 byte By Rick Zhang at 2007-11-17 12:57:52
Hi, suppose I have the follow xml data from database ...... if I do want to get the data like the SQL -- "select distinct prog.id, item.id from prog, item group by prog.id", how can I do? For prog elements there are no duplicate ones, but item elements do. ... ... ... ... ......

Problem with #import

928 byte By Susanne F at 2007-11-17 12:57:53
Hejsan,I have a little problem with importing msxml3.dll.It has worked fine in both Windows Me and Windows NT but when I try to compile with a Windows 2000 computer I get lots of errors.I do the import like this:#import "msxml3.dll" named_guids raw_interfaces_only rename_namespace("xml") And the err...

MSXML: import problem

414 byte By Subramanianbinu at 2007-11-17 12:57:54
Hello, I have a test application to generate a xml file. I have used #include #import "c:\winnt\system32\msxml3.dll" named_guids raw_interfaces_onlyusing namespace MSXML2;Wherever i use the IXMLDOMDocument or IXMLDOMNode , i get the following error:error: 'IXMLDOMDocument' ambiguous symbo...

CASTER XML Parser

127 byte By milinddhake at 2007-11-17 12:57:55
Does anybody know about CASTER XML Parser. Please provide me web site reference or any other references (books, etc.) you have.

From XML binary base64 data to html

282 byte By Sinisha Ristich at 2007-11-17 12:57:56
Hi everyone,<br/>I have written the image to an xml file together with some description data. Now, I would like to generate the HTML<br/>output in the internet explorer using XSLT and xml file. How can I decode the base64 data in to the image again?<br/>Thanks in advance.

From XML binary base64 data to html

282 byte By Sinisha Ristich at 2007-11-17 12:57:57
Hi everyone,<br/>I have written the image to an xml file together with some description data. Now, I would like to generate the HTML<br/>output in the internet explorer using XSLT and xml file. How can I decode the base64 data in to the image again?<br/>Thanks in advance.

what object does nodelist correspond to in asp file

35 byte By Adwa,Liu at 2007-11-17 12:57:58
as title<br/>No pains,no gains

How do I get the SQL error back to my ActiveX component?

660 byte By RKuisma2 at 2007-11-17 12:57:59
I have written an activeX component (which I run in IE) to call an ASP page in order to get XML back from the server. The ASP page connects to the db (oracle) and sends back some XML. I'd like to add some error handling, incase the connection fails or whatever. The way it works right now is,...