get_nodeTypedValue() is failing to read the starting space character

446 byte By rahulmendke at 2007-11-20 8:25:13
Hi,I have an in-memory-xml data. I used loadxml to write the inmemory data to disk.In the xml there is a node as follows:<FileSpec> fan module raptor.asm</FileSpec>.Note that the file name contains a starting spce in it.When I use get_nodeTypedValue() API to read the node, it returns the...

[RESOLVED] XSL will not present element content?

1048 byte By sjcoder07 at 2007-11-20 8:37:49
Hello everyone: I am learing to use XSL to present element's content in XML file. The actural output I got is the source code in XML file. I expected to see 3 consecutive text llike Summer Chemistry 101. I think problem lies in my XSL file. Please check my XSL file and give me some suggestion...

serialization in vb.net

252 byte By jhoanofarch at 2007-11-20 8:39:41
im using serialization in vb.net class. is there a way not to include properties with empty string during serialization? I dont want those empty properties on the xml file but it there is value on it it should be included.<br/>Thanks in advance!!!

Read XML and and element if missing

1615 byte By catlook at 2007-11-20 8:55:18
My xml layout has changed since going into production. So, i need to read the file and, if the Facility element is missing, add it in.Old xml:<SrvConfig><HostAddress>dev123.home.com</HostAddress><WhsNumber>03</WhsNumber><SrvPath>/appl/03/wt4090/</SrvPath><...

about aclidcolumn and idcolumn

310 byte By dummyagain at 2007-11-20 9:10:42
i have read an xml file and I read something like <OBJTYPES><OBJTYPE type="C" table="N_C" historytable="" idcolumn="C_ID" namecolumn="C_NO" aclidcolumn="C_DOC"></OBJTYPE></OBJTYPES>i would like to know what idcolumn and aclidcolumn are.Thank you....

How to display a text like "<abc>" in xml

142 byte By rahulsri19 at 2007-11-20 9:31:30
Hello all,<br/> I have to display a text like "<abc>". Since <> symbol is used as tag, its not displaying. Please tell me the way.

Data sychronization

1157 byte By pamc at 2007-11-20 9:47:36
In my .net application I have 2 major components-- A standalone windows application developed in C# which is loaded on user laptops . Users can take it along with them in the field and enter data offline. The data is stored in form of XML files.- A web application developed in ASP.net which is conn...

DOM XML: retrieving value

824 byte By Donotalo at 2007-11-20 9:51:13
I'm using Ajax in a website and suppose I have got the following XML string from the server:<root> <a> <aa>Text</aa> <bb>Text</bb> <cc>Text</cc> </a> <a> <aa>Text</aa> <bb>T...

XML Flat Files

510 byte By forgottenhart at 2007-11-20 10:00:39
Not sure if this is the correct forum if not I am sorry. I have a question about XML. I do window app programming that connects to sql databases. I was searching though the web and found mention of XML flat files. It appears that it acts somewhat like a local database?? Is that true and if so a...

How to use rtf inside xml

138 byte By visharad at 2007-11-20 10:06:45
I want to store rtf text inside an xml file. The problem is that rtf text may contain some special characters. Let me know how to do this.

See if a xml or xsd document is well formed

281 byte By jahlight at 2007-11-20 10:07:01
I have searched and Google'd, but I cannot find a way to<br/>validate that the XML or XSD being processed is well formed. I don't want to<br/>validate against a DTD. How can I check if the document is well formed using Xerces-C? A code example would be nice...<br/>Thanks

extraction query

194 byte By codeexpert123 at 2007-11-20 10:13:55
I have uploaded wiktionary xml file into my website. But how do I display it on my webpages e.g. if someone search about the meaning of "peach", How can I extract and display from wiki xml file.

MSXML 3.0 UTF-8 konvert doc. to CString

302 byte By Divad at 2007-11-20 10:15:41
I am using MSXML 3.0 in my CE application. How can I convert a document (a pointer to an object with the IXMLDOMDocument interface) to a CString? The reason is that I want to convert the CString object to an array of bytes in UTF-8 format which I later will send through a socket connection....

cold fusion xml parse integer

2583 byte By freshfitz at 2007-11-20 10:23:09
i am coding a site that returns info from zillow in xml format i need to do a calculation against the sqft of the yard the problem is when i parse the xml i think i am getting a string i cannot convert it to a number here is a sample of the xml<?xml version="1.0" encoding="utf-8" ?> <Search...

Code for reading comma delimeter values from .csv file

574 byte By BalajiRao at 2007-11-20 10:29:15
Hi Good Morning. I am having one .csv file contains like below formatA,H,328254,1,,Att: L J AMIS,,,3 GILL COURT?,,AU,ROWVILLEA,L,1,328254,LD-901 ,,1,EA,,19/03/2007,99,9,99,,,,,, In above record H means Header and L means Line. While reading lines i need to check whether it is H...

XPat Query

932 byte By Suzi167 at 2007-11-20 10:29:59
Hello everyone,I have the following XML file:<INSTRUMENT_DATA><INSTRUMENT TYPE="Balance" DATA_SOURCE="" PARSE_TYPE=""/><INSTRUMENT TYPE="HPLC" DATA_SOURCE="" PARSE_TYPE="XML Parsing"/><INSTRUMENT TYPE="Empower" DATA_SOURCE="Adapter" PARSE_TYPE="XML Parsing"/></INSTR...

MSXML, CE 5.0, load and loadXML. what version

545 byte By Divad at 2007-11-20 10:33:50
I try to load an xml file in two different ways.1) If I use load the program hangs2) If I first read the file into memory and then use loadXML, the program hangs if the file has a DOCTYPE (at least if it referes to an external dtd) .I have read on the internet that these are old errors, but can it b...

HTML Validation Error

3842 byte By kottyn at 2007-11-20 10:49:58
Below is error that I'm receiving when I tried to validate my HTML at http://validator.w3.org/#validate_by_input.Error Message:This page is not Valid HTML 4.01 Transitional!Result: Failed validation, 1 Error File: upload://Form Submission Encoding: utf-8 Doctype: HTML 4.01 Transitional Root El...

ld: Mismatched ABI (not an ELF file) for -llibxerces-c1_1.sl

146 byte By didierdrogba at 2007-11-20 10:53:06
I am getting the following error:<br/>ld: Mismatched ABI (not an ELF file) for -llibxerces-c1_1.sl<br/>Fatal error.<br/>*** Error exit code 1

ld: Mismatched ABI (not an ELF file) for -llibxerces-c1_1.sl

243 byte By didierdrogba at 2007-11-20 10:53:07
I am getting the following error:<br/>ld: Mismatched ABI (not an ELF file) for -llibxerces-c1_1.sl<br/>Fatal error.<br/>*** Error exit code 1<br/>Can anybody please suggest what the error might be? Is it because of a missing library?

How can i edit(extend) existing XML file using XMLlite

1211 byte By dijesh.kunimal at 2007-11-20 10:53:54
Hello,I want new to XML.I want to edit an existing .xml file at run time.In my vc++ console application i have used 'XMLlite' to write/read the xml report.Now i want to extend the information in specific root ...Like Original:-<DIJESH> <Book> <Date>Toda...

Debugging XSL?

431 byte By cmptrnerd9 at 2007-11-20 10:54:35
I am new to the world of XML and XSL. I am having an issue where the XSL sheet is showing "ghost" data on the page. I have tried traditional debugging methods (like putting hard coded statements where the ghost data is appearing) and it has not helped.Are there any other methods to debug XSL? I am u...

<country>INDIA</country>Country Name : How i create a element like t

402 byte By aniljayanti at 2007-11-20 10:57:16
Showing the country name with in the tags of "COUNTRY" and also have to show the Field Description so that user can understand easily. sometimes have to show <country>INDIA</country> Country Name <ID>12345</ID> Record Number.<TOTAL>6789</TOTAL> Total No. of . Cas...

creating spreadsheetML using xsl

984 byte By anu1 at 2007-11-20 11:00:22
Hi,My code involves dynamic creation of rows and columns.The sheet that is to be developed is partly static and partly dynamic.How do I incorporate the dynamic aspect without affecting the static portion.example:My worksheet actually has static as well as dynamic portion.Depending on the user differ...

Altering the size of Groupboxes in XUL

258 byte By Me_Himanshu at 2007-11-20 11:06:31
Hi all...<br/> I am using XUL to develop a prototype ( Just a GUI, with no functionalities) on firefox...i am struggling to decrease the size of groupboxes...by default my groupbox is occupying all the window space from left to right...HELP!!

XML messaging

565 byte By Patator at 2007-11-20 11:35:16
Hi all,I got XML messages fro mnetwork ( by SSL socket)., where the read function has an input parameter ( unsigned char[] ) to put the xml message in.My problems are :1. How can i get the XML message from the unsigned char[] buffer ?2. How can i verify that i received all the XML messages ( on net...

Generating Integer IDs

502 byte By akee at 2007-11-20 11:35:30
Hi,I need to generate ID's for elements in an XML file using XSL. These need to be in Integer form (aka - not G03IDK231). It must be a number because of the XSD. I can't just use position() because I may need to reference these elements in different loops and the ID wouldn't be the...

[ANN] Liquid XML Studio Released - A Freeware XML Development Environment

679 byte By Liquid Technologies at 2007-11-20 11:36:24
Announcing the release of Liquid XML Studio 2008 a Freeware XML Development Environment. Download available from http://www.liquid-technologies.com/Product_XmlStudio.aspxKey features include - An Advanced Graphical Schema Editor - XML Editor, with auto-complete, syntax highlighting & validatio...

extract the xml data values in the specified format using C++ code

1349 byte By sabitha at 2007-11-20 11:38:11
Hi everyone,Can some one please help me how to extract the data values from the following XML file using C++ code.The attached txt file contains the xml format.From the example shown in the txt file, we can observe two types of "CfgType"(Ane Justin and Jessica Sis). Under each "CfgType" there are di...

Variable filename in xml tag in asp

767 byte By Nick A. at 2007-11-20 11:38:23
HelloI'd appreciate any help with a problem i'm facing.I'm looking for a way to include the results of an xml file in an asp document. The catch is that the name (and path) of the xml file is not constant. It is constructed within a javascript function and placed in a session variable...

create a document xml

1408 byte By Patator at 2007-11-20 11:45:04
Hi all,I want to create a document XML in order to create a xml message.I will use the libxml xmlNewDoc method, after i want to create a node and to set it as root element.My problem is that the xmlNewDoc has an imput parameter which take the version of xml,and after creating and adding nodes the xm...

XML coding

126 byte By sooner at 2007-11-20 11:53:18
O! Are you very expert in using XML coding?<br/>I am not familiar with that..<br/>could you make a sample for it?<br/>thanks:)

how to restrict the number of occurences

987 byte By nadiamihu at 2007-11-20 11:55:04
Hello all,I have this code: <xsd:complexType name="aliasEntryType"> <xsd:sequence> <xsd:element name="alias" type="xsd:string" /> </xsd:sequence> </xsd:complexType> <xsd:complexType name="aliasEntryListType"> <xsd:sequence>...