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 .
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...
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
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...
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...
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
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
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
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
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...
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...
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...
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...
Hi,<br/>Can anybody suggest me some good sites / references on VB-XML for beginners?<br/>Thanks in advance.
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...
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...
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.
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...
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 !!
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
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
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
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....
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
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...
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
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....
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...
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
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...
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...
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
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...
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?
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...
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...
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...
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...
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
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
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
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
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. ... ... ... ... ......
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...
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...
Does anybody know about CASTER XML Parser. Please provide me web site reference or any other references (books, etc.) you have.
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.
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.
35 byte By
Adwa,Liu at 2007-11-17 12:57:58
as title<br/>No pains,no gains
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,...