trouble in spreadsheetML

1638 byte By firebolt at 2007-11-19 10:59:20
hi all..I have a problem in making a border in the excel worksheet using spreadsheetML. I have followed the Ms Office 2003 references schema, but the code still doesn't work. Can somebody help? or maybe somebody can give me some examples how to make a border in excel using spreadsheetML. thxThi...

Very big XML file

283 byte By Chris Gunter at 2007-11-19 11:02:10
Hello, my xml file is very big 13.2 mb, downed from teh internet, I use notepad to read it but i dun understand a thing because it full of tags<br/>do you know way to output only results it contens not the tags ?<br/>I need help desperatly, but don want to give up <br/>Thanks :):):)

xsl-question

1686 byte By bschuster at 2007-11-19 11:02:12
hello,for the transformation i use following dtd file<?xml version="1.0" encoding="UTF-8"?><!ELEMENT persons (person*)><!ELEMENT person (email*, homepage?)><!ATTLIST person id ID #REQUIRED firstname CDATA #REQUIRED lastname CDATA #REQUIRED><!ELEMENT email (#PCDATA)><...

Microsoft XML .C++..Why 0xE0000001: (no name) occurs when i call CreateCDATASect

721 byte By needo82 at 2007-11-19 11:02:23
I am using function "IXMLDOMDOCUMENT->CreateCDATASection()" to create a datasection in C++ . But i am getting the following exception sometimes. Most of the time this function works correctly without throwing exceptions.First-chance exception in OSud.exe (KERNEL32.DLL): 0xE0000001: (no name).Fun...

Xerces C++ schema parsing

1938 byte By Benjay at 2007-11-19 11:09:10
I am parsing a complex schema using Xerces C++. I need to read the "fixed" values of attribute declarations within element declarations.For example:<xsd:element name="SampleElement"> <xsd:complexType> <xsd:complexContent> <xsd:extension base="SampleElementT...

Memory leak?

603 byte By LaxRoth at 2007-11-19 11:10:51
Hi, i'm trying to load an xml document from C++ with:MSXML::IXMLDOMDocumentPtr pXMLDocument (__uuidof (MSXML::DOMDocument)); // main document parsedhr = pXMLDocument->loadXML (BSTRTemp); /* trying parse string, if success, we have doc object*/this method uses offensive memory. i have...

for-loop urgent help pls

2377 byte By chiru123 at 2007-11-19 11:11:47
Hi,I have a problem using for-loop in xsl: My xml file and xsl files are given below and the question is also posted. can some one please help me xml file:---<root> <data1> <data2> </data2> </data1> <data1> <data2>...

if statement for multiple tables

285 byte By chiru123 at 2007-11-19 11:11:53
Hi All,<br/>I wanted to code in xsl, two tables based on the if condition something like below <br/>if (cond=true)<br/>create table 1<br/>else<br/>create table 2<br/>endif<br/>please someone help me in writing this code in xsl.<br/>Thanks in advance.

XML Post truncated on IBM I-Series

783 byte By ddegnan at 2007-11-19 11:12:04
I am posting an XML stream, some of the tag elements have special characters, i.e., <first><![CDATA[John & Mary]]></first>The server being posted to truncates the string just prior to the special character.I have tried:<?xml version='1.0' encoding='UTF-8'?>...

Msxml External Entity Problem

3060 byte By trent94 at 2007-11-19 11:14:34
Hi,I have msxml3 sp4 and msxml4 sp2 on my machine and I'd like to use an external entity in one of my XML documents like this: #####################accueil.xml:#####################<?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?> <?xml-stylesheet type="text/xsl" href="acc...

xsl transform XML to XML

4099 byte By Robm_01 at 2007-11-19 11:17:25
Hi could someone help me with the following xslt stylesheet. I use this style sheet that gets pulled into the ASP file after the query is run on an ACCESS database. The output is xml. However the xml is not formed to the correct layout. This file is called ADOGeneric.xsl and is referenced in the ASP...

Xul

60 byte By bugmenotbugmenot at 2007-11-19 11:17:30
Anyone know if Internet Explorer 7.0 go accept XUL language?

XML File To SQL DB

182 byte By scorpion1983 at 2007-11-19 11:17:49
HI<br/>I Have an Xml File Containing Data <br/>i want to to convert the data from this XML File To SQl Db<br/>Can any one tell me how can i do this <br/>and which tool can i use

ActiveX for visualizing an XML

256 byte By wschalch at 2007-11-19 11:21:19
Hello,<br/> I have a string that contains a text formated as XML. Does anybody know if there is an ActiveX that I could provide this "XML string" and it would open just as if I have opened it with Internet Explorer?<br/>Thanks a lot,<br/>Wagner

free xml parser??

375 byte By dmirza at 2007-11-19 11:22:23
I am looking for a free xml parser that I can distribute. Ideally I would like an opensource xml parser written in C that allows me to use the software without mentioning it in the software that I develope (I do not mind if I have to put a note in the source code that uses the parser).If anybody ca...

Question for XPath gurus

296 byte By Wolvorine at 2007-11-19 11:23:47
How can i extract an attribute which has information like <br/>'%USERPROFILE%\Local Settings\Temp' or<br/>if value inside an attribute like '{C26FF866-8583-42A9-BA2E-5D6F6FC20DF9}' <br/>I wana extract it by simple XML without usig XSL ...<br/>thanks in advance <br/>regards

Load String

137 byte By CoolStar at 2007-11-19 11:26:58
Hi All,<br/>I want to load string which cantains the xml file.<br/>Please tell me how should load.<br/>Thanks in advance!!

newbie question - list unique attributes

1317 byte By raghupathys at 2007-11-19 11:26:59
Hi,I'm a total newbie to XML / XSl, and I've been stuck with this problem.Would be grateful for any suggestions / pointersThe problem -Assuming I have an xml file<root><students><student grade="first">abc</student><student grade="first">def</student><...

Xsl

869 byte By Bnt at 2007-11-19 11:31:36
Hi All, I have an xslt file which creates XHTML. I call a template in my xsl file which is recursive, it loops through the child nodes of nodes, and then the child nodes of the child nodes and so on. Inside this template I want to write an <img> tag out but I need to write 1 for the root level...

DOM and creating a xsi:noNamespaceSchemaLocation attribute

872 byte By zoltan_ie at 2007-11-19 11:36:26
In my root node I want to put the attribute xsi:noNamespaceSchemaLocation so that I can get the document to validateI want this<CONTENT xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ContentList.xsd"> But I keep getting this<CONTENT xmlns:xsi=" http://ww...

XSL and Parameters

185 byte By Bnt at 2007-11-19 11:37:02
Hi,<br/> <br/>I am taking a long shot here but I'm wondering if it is at all possible to pass a parameter to an xsl stylesheet from an external source?<br/> <br/>Thanks<br/> Byron

Load xml

525 byte By CoolStar at 2007-11-19 11:38:41
Hi all,I am want to xml which is the same directory as that my applicatin.If I want to load the xml file using relative path. If i use load it using current dirctory relative path (.\\sample.xml ) using load API. But if I amtrying to load it via parent directory(.\\sample.xml) it is not able to load...

rssense

539 byte By anjanesh at 2007-11-19 11:40:17
Anyone checked out this new concept RSS tool called rssense ( http://www.rssense.com)?Instead of us searching for a RSS feed to parse, RSSense 'senses' what kind of feed is required for the website by based on the site's content, keyword matching and other methods like meta tags etc...

XPATH - apply function to multiple nodes

738 byte By jkerr5 at 2007-11-19 11:40:26
I have some XML that is tructured as follows:<test> <sub1 type="foo1">31-10</sub1> <sub1 type="foo1">32-20</sub1> <sub1 type="foo1">33</sub1> <sub1 type="foo2">34-20</sub1></test>I want to use an XPath to select a substring of the text in c...

Soap

292 byte By gilkaths at 2007-11-19 11:44:39
Hello Guys,<br/>How can I use the SOAP technology? I want to create a program in vb6 which will generate an xml containing the SOAP envelope to communicate with the server. The server will interpret my xml and upload the datafrom the xml to the server's database? Any idea please.

SOAP and IIS

93 byte By gilkaths at 2007-11-19 11:44:40
Hello Guys,<br/>When using the SOAP technology? Do I need to avtivate the IIS services?

XML for Tables Realted using PK & FK

292 byte By vaishjan at 2007-11-19 11:45:45
Hi,<br/> I do have 2 tables DEPT & EMP where<br/> Dept (Deptid is PK, Deptname, loc)<br/> Emp ( Empid is PK, Ename, Deptid is FK & references Dept table's Deptid)<br/> Do enlighten on how to write xml code / file for t he above related tables.<br/>Thnx in Advance

Reading from Excel and writing into XML

641 byte By anbesivam at 2007-11-19 11:48:11
My requirement is to read data from an XLS file and write the contents into an XML file. I can use Jakarta's POI for reading from the XLS file. Should i use DOM for writing into the XML file? Can anyone please suggest the proper approach?Assuming i create a Document object using the data that h...

XPATH functions

578 byte By Bnt at 2007-11-19 11:49:24
Hi All,What's the deal with the XPath functions? I have used some of them like position(), last(), current() with no problem at all, I did not declare the namespace and I did not prefix it with fn:. Now I have tried to use current-dateTime() and it returns that is not a valid XSLT or XPath func...

problem when using the element tag of xslt

1546 byte By naga2005 at 2007-11-19 11:55:30
Hi , I am learning XSLT and using the MSXML parser. I have encountered this following error. My XML file is : apply.xml <?xml version="1.0" encoding="iso-8859-1"?> <?xml-stylesheet type="text/xsl" href="applytemplates.xsl"?> <simple> <name> PETER &l...

Please help me with this XSLT transformation

1859 byte By naga2005 at 2007-11-19 11:55:43
I have just started to work in XSLT and XMl and i have the following problem.I would really appreciate if u could help me with this problem.I am using the MSXML parser that comes along with IE6. OS is windows XP.Now here is my problem.My xml file is : CompanyA.xml <?xml version="1.0" enc...

XML parser query

2006 byte By rqamar at 2007-11-19 11:56:48
HiThis is my first post to this group and Im hoping to get some suggestions as Im completely exhausted trying to resolve my query.My query is to add a new attribute to a selected node in an existing xml file.I have a test.xml file whose structure is such:<Top> <Tags> <Tag id="1...

XSL deletes tags

739 byte By Bnt at 2007-11-19 11:56:50
Hi,I have a strange one happening in my xsl code. I have an image tag and I append attributes to it using the xsl:attribute tag. There is nothing else in between my opening and closing <img> tags (except the xsl:attributes). When the transform is complete, my closing </img> tags are omit...

organization chart from xml data

75 byte By srirammenon at 2007-11-19 11:57:03
How can I draw an organization chart with data from an xml file using asp?

Removing refs from XML schema

2714 byte By arquin42 at 2007-11-19 12:07:17
Yes, I realize there was I a post about this some time ago, but unfortunately I'm not familiar enough with XSL to know how to adapt the responses to my purpose, so hopefully I can get some more directed ideas here.Although I'm doing most of my coding in C#, this is primarily a transformati...

Help with take home test question

876 byte By SGTJones97E at 2007-11-19 12:08:08
im in a stupid worthless course (well im sure it would be worth it, if i was still heading in this direction with one of my two current degrees but instead i have an AA in interrogation techniques and another one in Persian-Farsi language)...anyhow, i have to finish this take home test or get charge...

Passing xml nodes to a javascript function?

1768 byte By collinspaddy2 at 2007-11-19 12:11:46
Hi, I've recently started xslt + have minor problem.. The XML: - <processes> <process> <processid>1</processid> <processname>ProcessName1</processname> <processdescription>description here</processdescription&...

xml to html problem

3209 byte By Phoenix-MN at 2007-11-19 12:12:38
Hi,I'm new here and did some searches and didn't come up with any clues/hints. so here is my problem.I have an xml file that I need to create a html string from. Basically taking userID, firstName, lastName and surrounding them with tags and space delimiting them i.e. <option> userI...

Simple XML Conversion (Xerces C++)

405 byte By chanduonline at 2007-11-19 12:12:41
New to XML.We have a requirement in our application to form a XML string from the C++ datastructure and form the C++ datastructure from XML string. We need to use the Xerces C++ library to do that.We were given an XML schema which we need to follow to construct XML string and retrieve data from XML...

XSD validation help!

521 byte By natalia123 at 2007-11-19 12:13:35
hi, i am new to XSD tech and need help now.1. I basically wanted to know if its possible for me to check a value of an element/ attribute and match with the value of some other element/attribute, thru some expression or something2. And can we check something like element <B> should be there(ie...

Characters in XML not showing right.

974 byte By Maximilian at 2007-11-19 12:15:44
Hi. I hope someone of you hardcore XML:ers out there can assist me with this problem. Some characters do not show as they should. In my xmldocument I use this character but when retriving it in my application I get just a square! When I open the XML in IE it also show a square and not . Thought t...

How to copy attributes of current node to child elements?

3187 byte By salmi.g at 2007-11-19 12:16:20
Hi!I am new to XSLT. If someone is offended with the ver basic question then I apologize in advance. I am trying to apply a simple transformation which could replace the tspan element with text and copy all text attributes to its child elements i.e. tspan. I have replaced the tspan element with text...

Ant Task to Modify build.xml

279 byte By koden at 2007-11-19 12:18:48
I have a question. I would like to write a custom ant task that modifies a property value in a build.xml file. Anybody know of a way to do that? I know how to write build.xml ANT tasks, but not how to make an ANT task that modifies an ANT task build.xml file.<br/>Thanks!

XSD Validate optional decimal

2502 byte By coolbest at 2007-11-19 12:21:10
Hi,I have the following question: how to validate a decimal with restrictions (20 total digits and no more than 6 after decimal point) whil still maitining its optionality.Let me elaborate on my problem. Assume this is a pice of XML that I'm trying to validate:<DecNumbers> <Number1&g...

How to use External Task in Custom Ant Task

259 byte By koden at 2007-11-19 12:23:18
I am writing a custom ANT task, but I want to use an external task in a jar file as well. How do I link in the external jar? How do I import it? What do I add to the build.xml for my custom ant task? How do I use it in the code?<br/>thanks in advance

xsl same name elements

1369 byte By galactus at 2007-11-19 12:27:27
i have an xml file with elements that have the same name <ingredient>its for a recipes. how would i go about transforming this with xsl to where each <ingredient> value is displayed......preferablly with a line break between them.this is the basic layout of each entry:<recipe> <...

Loading an XML file

1934 byte By MrTutu at 2007-11-19 12:27:28
Hi, I'm writing a paint program and I want to store my brush settings in an XML file using the Xerces library. I already tried the approaches found in the examples but I dont succeed in building a DOMDocument from the file. The document I get back is always NULL.Thanks for your help!The code I...

programatically generate sample xml from xsd

331 byte By gsi at 2007-11-19 12:29:18
Hi does somebody an idea how to generate a samplexml file from a xsd schema programatically, say with C#,as it is possible with XmlSpy for example?Even better would be, if I could generate sample xml fragments fromxsd complex types.thank you for any hints.gsi :ehh:...

How to make Access Database Calls using HTML

134 byte By chutia at 2007-11-19 12:31:03
Does anyone know how to make access database calls in HTML. I require this urgently to meet a deadline. <br/>Thanks.<br/>Chutia

Google style Search using Javascript and XML

290 byte By jithu_hai at 2007-11-19 12:34:27
Hi<br/>Hi in my website when the user types on a search box it should all the possible results just like the one used by google in thispage<br/> http://www.google.com/webhp?complete=1&hl=en<br/>can anyone give me a link where I can find the code<br/>Thanks<br/>Jithu