xsl question

565 byte By uzeb at 2007-11-17 12:54:30
Hello all, i am looking for xsl expert to answer this question for me:I am using xsl to transform xml to text file.when i try to transform the '&' sign from xsl to text as output i get '&'.I am using the CDATA to avoid reserved words conflict but still i get the same result &...

schema includes

352 byte By Mark Jablin at 2007-11-17 12:54:31
I'm using the xsd:include statement in one of my schemas multiple times to include several other schema documents. Two of the documents that I include both have references to the same schema document. When I include both of them, I get an error saying that the element included twice has been...

XML Write/Read Program

176 byte By Hushpappy at 2007-11-17 12:54:32
Hello,<br/>is there any program that show me a xml file and supports changes in the xml made by me.<br/>(load,save)<br/>thanks,<br/>___///___<br/>__(.)-(.)__<br/>ooO(.)Ooo

xpath

679 byte By isaxml_uni at 2007-11-17 12:54:33
Hi,is it possible to use a tag value to set the position in XPath?example:in XML:<Abs> <String value="string 1"/> <Abs> <String value="string 2"/> </Abs> <Bound> <int value="2"> </Bound></Abs>in XSL:<xsl:template match="Bound">...

Classes / Books / Tools

319 byte By Nanderson at 2007-11-17 12:54:34
I need to learn XML. And my boss is willing to foot the bill. So I need to know where is a good place to learn? What are the best books on XML? And what tools are indespensable?Thanks, Nathan http://jsprod.odigo.com/share/servlets/OnLineR?userId=2986792&pId=odigo&design=3&tool=signature...

How to create an XML File with MSXML

287 byte By Bernd B. at 2007-11-17 12:54:35
I am a beginner and I want to create a new XML document with the MSXML Parser. I know how to load an existing XML document, add nodes to it and save it again. So that is not a problem. But how do I start when I dont have any XML file?<br/>Thanks for your help in advance<br/>BB

XSL: Pass parameters between templates

469 byte By Aage Eilertsen at 2007-11-17 12:54:36
I an sending a parameter into a template, and i want to receive this parameter from the template again, in case it has been changed. How can i do this.This is how i send it:<xsl:apply-templates select="DAYNO"> <xsl:with-param name="bDoEdit">Yes</xsl:with-param></xsl:apply-temp...

Images with xml file

119 byte By stlai at 2007-11-17 12:54:37
Hi,<br/>Does anyone know how to pass images with xml file?<br/>Thank you so much in advance for help.<br/>sue

XML Compile Problem

1454 byte By AtlHank at 2007-11-17 12:54:38
When I attempt to compile Microsoft Sample MSXML program I get the following errors:------Configuration: sample1 - Win32 Debug-------Compiling...StdAfx.cppCompiling...sample1.cppD:\xml_samp\downloads\samples\internet\xml\c++_samples\sample1.cpp(48) : error C2653: 'MSXML' : is not a class o...

Oracles XML Parser

171 byte By saurabhsaxena at 2007-11-17 12:54:39
Can any body tell me where to find the API's or available functions in the Oracle.xml.parser.v2.XMLDocument class (like preserveWhiteSpace(), validationMode()...etc)

XMLNode

175 byte By saurabhsaxena at 2007-11-17 12:54:40
Can any body send me the exact syntax to call the XMLNode class or Praser.xml.parser.v2<br/>I want to know how the constructor of this class is called?<br/>regards<br/>saurabh

anchor link in XML

259 byte By jdb at 2007-11-17 12:54:41
I want to display the end of my xml page from an external link.<br/>I've put an html anchor at the end of the xsl file and called pagename.xml#anchor, in the same way as HTML. But this only works if the call is from within the same document - please help

Parsing returned XML recordset object

1034 byte By dmeikle at 2007-11-17 12:54:42
okay,so I'm just as stubborn as the next person with new languages sometimes... :)I'm return a 'select * from users for xml raw/auto..." whichever, and am gtting the following return:<row id="1" fname="joe" lname="blow" age="25" /><row id="2" fname="sam" lname="smith" age="...

xml namespace and "keywords"

857 byte By THY02K at 2007-11-17 12:54:43
What does it mean by xml namespace? And defining TAGs, is there any particular "keywords" (reserved words? what do u call that?) that I should avoid using?For instance:bk:BOOK xmlns:bk="urn:BookLovers.org:BookInfo" xmlns:money="urn:Finance:Money"(i) xmlns is probably a keyword? And that it refers to...

XML->HTML Preserving Newlines

353 byte By pjpark at 2007-11-17 12:54:44
I have an XML document with a node that looks something like this:<Sample><Newlines Information="Line OneLine TwoLine Three"/></Sample>Is there a way to preserve the newlines when transforming to html (<br>). I tried using xsl:translate but that doesn't quite do the job....

XML file Parsing

220 byte By bhushy1 at 2007-11-17 12:54:45
Hi,<br/>I have a .XML File Created by me. Now I want to parse this file to get Tags and it's elements using windows API's (IXMDocument,IXMLElemet etc..)<br/> If anybody knows please forward asap<br/>Thanks

Create XML in memory ?

390 byte By dew at 2007-11-17 12:54:46
Hi all,I'm a beginner with XML. And need some help.How can create XML file into memory ( I don't need disk copy of it )? And witch is appropriate way to transport this "memory" XML file to client PC ( using Visual C++ 6.0 ). I need to load is into Client memory space, to perform some actio...

which is faster?

736 byte By dmeikle at 2007-11-17 12:54:47
okay, so I'm returning a recordset, formatted as XML from the database.I have a stored procedure in the database that takes the recordset and formats it into nodes and child nodes within the row. I can also simply return the adodb.recordset and have the same logic happen in my dataservices lay...

XML to WML

215 byte By izidor at 2007-11-17 12:54:48
Can anyone tell me where to find any information about converting XML to WML!<br/>.pdf, .doc files or anything that would help me know as much as possible about that.<br/>Thanks,<br/>Izidor izidor@slo.net

XML validation using schema

1838 byte By t_asksen at 2007-11-17 12:54:49
Hai everyone, I have problem while validating xmlschema[microsoft schema xdr]. I am using dt:max & dt:min for testing the value should be between particular range. While validating against msxml parser, parser raises some blob error for that dt:max & dt:min. Anyone know how to resolve it?...

XML reading Over The Net

231 byte By Hushpappy at 2007-11-17 12:54:50
Hello,<br/>I'm trying to read a xml file using the IXMLHTTPRequest (c++) but after the load i want to put the xml into a domdocument object. anybody know how can i do it?thanks,<br/>___///___<br/>__(.)-(.)__<br/>ooO(.)Ooo

Beginner - what is XML to look like?

488 byte By Xaeryan at 2007-11-17 12:54:51
I've created an XML documentation file, MyFile.xml. Whenever I open it with Internet Explorer, it just shows all the tags in some kind of tree form.Is this what I'm supposed to see? I thought it would look more like the HTML generated by the JAVADOC tool...By the way, if I double click o...

Whitespace-Help

523 byte By saurabhsaxena at 2007-11-17 12:54:52
Hi I am having problem with whitespaces.Actually i am using XML schema to validate the XML file.In the schema for a particular tag i have specified the maxlength for the tag value as 8.Now when i am trying to validate the file with the tag value having lots of white spaces as abcdegfh.....white spac...

Starting with XML

209 byte By rsasalm at 2007-11-17 12:54:53
Hi all,<br/>I am new to XML and would like to know where to start. What kind of parser/compiler or interrepter do I need and from where I can get this.<br/>thanks in advance<br/>best regards<br/>/Mohammad

schema VS namespaces?

713 byte By THY02K at 2007-11-17 12:54:54
Help. What's the difference between namespaces and schema? As far as I know, both namespace and schema are "namespace" plus declaration of data structure.<?xml version = "1.0"? ><rdf:RDF xmlns:rdf = " http://w3.org/TR/1999/PR-rdf-syntax-19990105#" (Q1: THIS APPEARS BEFORE rdf:RDF? is i...

why RDF?

199 byte By THY02K at 2007-11-17 12:54:55
Why do we need RDF when XML is sufficient by itself to establish data structure??<br/>Is RDF merely a commonly accepted "schema" with various commonly accepted attributes??<br/>Thanks guru.

Displaying XML in a DHTML ActiveX control

454 byte By Martin Hinchy at 2007-11-17 12:54:56
I have an MFC C++ dialog app to which I have added the IE5 DHTML Edit Control.I want to be able to pass the control a string containing XML and have the control apply a style sheet to render the XML into HTML.Does anyone know how to do this.I can get the control to display HTML strings by calling C...

ambiguous symbol

225 byte By katty at 2007-11-17 12:54:57
I defined IXMLDOMDocument like this:<br/>IXMLDOMDocument* m_xMathDoc;<br/>and meet the error:<br/>: error C2872: 'IXMLDOMDocument' : ambiguous symbol<br/>how can I correct it? help me.. Thank you

CoCreateInstance Fails When .exe on another machine

306 byte By BarbaraR at 2007-11-17 12:54:58
I created a simple application that reads in an XML file using MSXML3. The app works fine under WinNT where I created it. But when transfered to Win95 the app CoCreateInstance fails. I don't get any error messages so I don't think I'm missing any files. Does any one have any ideas? T...

Getting access to the CDATA contains

559 byte By Jim Bassett at 2007-11-17 12:54:59
I need to be able, using the DOM to gain access to a CDATA section and insert and get text into the [] area of the CDATA structure. I have used the DOM to place values/text into attributes such as the id attribute in the following example but I do not know how to access the CDATA and place somethin...

How to allow NULL value for a TAG

699 byte By saurabhss at 2007-11-17 12:55:00
Hi I am validating a XML file using the XML Schema.There is one TAG in the XML file as saurabhWhen i am validating this file it is doing the validation proprely.The max length that is allowed in the NAME TAG is 8(as mentioned in the schema).If i am trying to validate the XML file with the TAG value...

XML Newbie

304 byte By chrome555 at 2007-11-17 12:55:01
Hello All,I am new at XML. I need to send XML requests to a server and and receive and parse the XML response. Can anyone point me in the right direction as to which toolkit can I download and get started. P.S. I need a component that I can use in VB/ASPThanks in Advance-Anuj...

this is an HTML question...URGENT

264 byte By eramirez at 2007-11-17 12:55:02
By the default, IE5 ask you wether you want to open the file or save it locally.<br/>I would like to know how i can have the dialog's option of save locally desable. This is kind of urgent so if anyone outhere knows the answer let me know...Thank in advanced!

memory hassle with MSXML

2024 byte By garumphul at 2007-11-17 12:55:03
I've already posted this in the C++ forum, but I thought I'd post it here too... for luck...I've got a class that processes some data, and writes it out as XML, using Microsoft's MSXML3 COM doofer (the September release, I think). I noticed fairly swiftly that the application was...

selectSingleNode

127 byte By Mirek Sikorski at 2007-11-17 12:55:04
The methods selectNodes/selectSingleNode don't work when I define an XML-Schema for my XML-File (SelectionLanguage=XPath):

Simple XSLT question.

281 byte By davedrake1 at 2007-11-17 12:55:05
Hi. I have an XML file with a node that can contain an attribute but it does not have to. I am trying to generate an HTML file with an XSL template. I was wondering how to test for the existence of an attribute using the XSL functions/methods. Any help would be great. Thanks,

Searching local filenames and returning them as links

180 byte By glutus at 2007-11-17 12:55:06
I'm trying to create a search functionality that looks for specific files (by filename and date) and lists the results as links on a web page. Does anyone know how to do this?

XML and WAP

439 byte By Mahdi at 2007-11-17 12:55:07
I am new to XML and I hope someone will be able to point me in the right direction. I am in charge of a new project that will communicate with a cell phone and /or a Palm. Also i will be working on speech recognition. I was told XML is the way to go... Can someone tell me where to start and wha...

DevWizard 2001 v2.03 - For VB, ASP, and SQL Developers

409 byte By dversch at 2007-11-17 12:55:08
DevWizard 2001 lets you create a 3-tier application in seconds! Supply a valid data source and DevWizard 2001 does the rest. Version 2.03 contains some important bug fixes.Key features include generation of:- XML-enabled COM/COM+ objects- ANSI stored procedures- ASP pages with JavaScript client code...

passing dynamic params in query string?

760 byte By dmeikle at 2007-11-17 12:55:09
Hi,starting to get the hang of XML, but hit 'another' road block...I am drawing a group of objects from the database which will be displayed as links for the user to select which object they want more info on. the link will goto the next page and pass the objectid for retrieval on the nex...

Reffering to previous values in XSL

720 byte By rami_marelly at 2007-11-17 12:55:10
Hi,I have an XML document which has at the beginning some entries of the form 1 Type1...later in the document, I have a list of variables which look something like: 1 Var1 TypeName1...meaning that every variable knows the name of the type it is based upon.I would like write an XSL transformer t...

JS function in XSL

219 byte By sspawse at 2007-11-17 12:55:11
How can I call a Javascript function in an XSL file? It should be immediately called as soon as the window loads. Can someone please give me the code.Also, is there any event like onafterload?<br/>Thanks in advance

Integration of XML with java applets

250 byte By eswari at 2007-11-17 12:55:12
Can some one tell me how to integrate XML with java application as java applets do with HTML<br/>(what are the different type of parsers available and which one i can use)<br/>please gimme a clear picture of the steps i have to follow<br/>chandu

DevWizard 2001 Version 2.04 Released

432 byte By dversch at 2007-11-17 12:55:13
Version 2.04 includes fixes to some previously elusive bugs.DevWizard 2001 is a VB6 AddIn. It creates a 3-tier application in seconds! Supply a data source and DevWizard does the rest. Key features include generation of:- XML-enabled COM/COM+ objects- ANSI stored procedures- ASP pages with JavaScrip...

XML and SQL 7.0

175 byte By gvitale at 2007-11-17 12:55:14
Does anyone know how do I generate an xml file via SQL. I used metadata and it only shows the tags and code but not the data once its open via browser.<br/>Thanks <br/>Giselle

DOM Parser

315 byte By gmlingus at 2007-11-17 12:55:15
Hi, i have downloaded xml4j (ibm parser) from alphaworks.com .when i am trying to use DOM for parsing XML file it gives me compile time error saying that class DomParser not found .Then i searched and found that there is no file DomParser .can any body suggest me from where i can get that .Gaurav P...

Using SOAP to Connect to COBOL

178 byte By habelow at 2007-11-17 12:55:16
We are trying to create a web based application that can talk to and pass data to and from a Realia COBOL program. Is this possible using SOAP or other related Web technologies?

DOM update (inserting data)

302 byte By cal13-liquid at 2007-11-17 12:55:17
Is it possible to insert data into a dom tree , ie dynamically update the xml file, and automatically change the output (thru xsl), eg to show a kind of real time contenti'd like to see if it is possible to add data as it arrives from a server, eg real time stock quotesthanks by advance...

MSXML 2.0 with Windows 95 - problems

737 byte By greenherndl at 2007-11-17 12:55:18
Hi folks,I have a big problem with MSXML Version 2.0 and Windows 95.I have written a programm with a VC++ Com-Server and a VB - Com Client. The data exchange between this two parts is handled with XML files/objects. I programmed with MSXML 2.0 and then i want test my programm on a PC where only Win9...

xml parser

56 byte By SrividyaKadadi at 2007-11-17 12:55:19
Please can anyone kindly send us an XML Parser in C++/C.