xml and java

124 byte By rameshvl at 2007-11-17 12:56:20
accepting the values from user and create a xml file and store in database and retrieving the values from xml file using ejb

newbie question regarding node values in MSXML in VC++

643 byte By garumphul at 2007-11-17 12:56:21
I'm using version 3 of the MSXML parser. I've got an XML file that has a bunch of nodes and values. Pretty standard. Some nodes are strings, and some are integers.Now, I was under the impression that if I got the value of a node, the returned variant would tell me whether it was a string o...

Serializing graphic components in .NET?

269 byte By joppu at 2007-11-17 12:56:22
Hello,<br/>is there a way i can serialize user interfaces in .NET? (like in Java, we have BML for serializing Swing <br/>components). So, is there anything similar to BML in .NET where i have script and an interpreter in <br/>.net that will generate the ui?<br/>thanks.

XML Forms <<<URGENT>>>

194 byte By twity11 at 2007-11-17 12:56:23
I have a form (XML) being displayed on my own browser developed in VC++ (MFC)<br/>Now when the user enters the values into this form, how do i get the value?<br/>'m a biginner Plz help

xml and java

114 byte By kadimikk at 2007-11-17 12:56:24
what is namespace and where it can be used?.<br/>pls give one example for that.<br/>advance thanks<br/>kadimi

How to show a non- XML data ?

135 byte By venkytvs at 2007-11-17 12:56:25
hi <br/>Can anyone tell me if there is any way to show non xml data like JPEG in a xml file.<br/>thanks in advance<br/>-Venky

xml and servlets

218 byte By yogi66 at 2007-11-17 12:56:26
Hi,<br/> I would like to know how to incorporate an xml document parsedthrough JDOM into a servlet and query the database through the servlet. This is very important to me. Please reply asap.<br/>Thank you,<br/>Yogi66.

XML Document

216 byte By srikondam at 2007-11-17 12:56:27
Hi,<br/>I have a question. Please suggest me on how to convert an XML document with a DTD into a Java Class. I would appreciate if someone sends me an example or links for information.<br/>Thank you<br/>Sri

Export data in MS Access table to XML file using VB

105 byte By Ling at 2007-11-17 12:56:28
Hi! Anyone can tell me: <br/>How to export data in MS Access table to XML file using VB?<br/>Thanks.

xerces-c

89 byte By beatmaster at 2007-11-17 12:56:29
Can someone help me with an example about parsing and constructing XML doc with xerces-c?

sax

85 byte By kadimikk at 2007-11-17 12:56:30
how to generate xml using sax, possible pls give one example.<br/>advance thanks

use variables in xsl ?

1728 byte By tyris at 2007-11-17 12:56:31
hi all,i do have an xml document this way :<document name="Marketing"> <tables count="1"> <table name="AllDocuments"> <columnHeaders count="3"> <columnHeader text="Site"/> <columnHeader text="Status"/>...

XSLT : variable scope

1004 byte By tyris at 2007-11-17 12:56:32
hi all,i try to do this :[declare a variable called x] <!-- locate Product index and keep it in a variable --><xsl:template match="document/tables/table/columnHeaders/columnHeader"> <xsl:if test="@text[.='Project']"> [make x = position()] </xsl:if></xsl:templa...

test if a tag contains data

1090 byte By tyris at 2007-11-17 12:56:33
hi alli do have a xml structure this way :<results dbname="Sales & Marketings"> <searchview name="AllDocs"> <result> <url> http://etc</url> <icon>171</icon> <description>abcdef</description> </result> <result> <url>...

fixing mixed xml?

624 byte By bryceburrows at 2007-11-17 12:56:34
Hii have some annoying xml which pops up frequently , looks a bit like this example: this is some annoying text, it is formatted and tagged up in similar fashions to this which is a painthis mixed xml is (as you can guess) a painwhat i'd really like it to look like is: this is some annoying...

if (count empty tags) = a_number

2540 byte By tyris at 2007-11-17 12:56:35
hi alli do have a xml structure this way :<results dbname="Marketings"> <searchview name="Doc"> <result> <url> http://etc</url> <icon>150</icon> <icon>171</icon> <description>abcdef</d...

XML parser installation

173 byte By newton131 at 2007-11-17 12:56:36
Hi,<br/>I have been trying to install MSXML version 3 parser on Windows NT 4.0 with IE 2.0.I am getting error in installation(HRESULT 8007007e) .Any idea ? <br/>Thanks,

server side paging / hundreds of users issues

1228 byte By tyris at 2007-11-17 12:56:37
Now that I know the exact term, I made some search about paging. They all talk about paging with XSLT on the client side. What about the server side? I guess that will be a lot of charge for the server if it deals with the transformation, but my xml files shouldnt be too big.He do have hundreds of u...

transformation on client side and data islands

2758 byte By tyris at 2007-11-17 12:56:38
hi all,i've found a tutorial here : http://www.vbpj.com/upload/free/features/vbpj/2001/06jun01/hr0106/hr0601-1.asp that could help me to create my own XSLT. the problem is that all the code used for the transformation is in VBscript. what i wanted to know is : is there a way to create MSXML3 ob...

is paging transformation on server side possible ?

475 byte By tyris at 2007-11-17 12:56:39
do someone knows a way to make paging on server side ? A transformation that only makes html.. because if i make the transformation on the server and send the html to the client, i should only send html (and javascript if needed), as the user won't have ms xsl 3 installed... i only saw example...

XPath expression

600 byte By Mike74 at 2007-11-17 12:56:40
HiI use the XML Path Language (XPath) and have now a problem to get a value from an XML-document. I tried to get the value of the floor-attribute with the following expression:/Addresses/PostalAddress[@addressId='a1']/AddressPersonInformation/AddressExtention/@floorIt doesn't work, bu...

automation server cant create object (old MS XML version)

1757 byte By tyris at 2007-11-17 12:56:41
hi all,i tryed to load the DOM object as :client does have MS XML 3 installed, but in side by side mode. do with this script i should be able to use version 3 features in order to transform the xml on the client side even if it's not in replace mode :<script language="javascript"> functi...

client data sort w/ IE5

120 byte By jamesyin at 2007-11-17 12:56:42
Hi,<br/>Are there any examples of sorting columns of data using client side XSL w/ IE5? Thanks much.<br/>james

New to XML

460 byte By rolsen at 2007-11-17 12:56:43
I've just begun to work with XML and so far not to bad, I've been able from a xml document to create output to html, now that was fairly easy so here's the hard part, and question. How can I format the output, mainly I want to create links in html with xml strings. I can write out t...

How to build a webpage using XML

264 byte By VinodKByreddy at 2007-11-17 12:56:44
im a beginner of xml. i found a site, www.brainbench.com, entirely developed in xml. i couldn't understand how we can generate a web page directly from xml. could anyone tell me how an .xml files can be used as a webpage.<br/>thanking you,<br/>vinod

DDT

74 byte By eros ramazotti at 2007-11-17 12:56:45
hi guys, please can you explain me what is DDT?<br/>Thanks in advance

how could an xml/xslt app create this kind of error ?

1127 byte By tyris at 2007-11-17 12:56:46
hi all,i've made a web app, that loads xml in data island andthen with xslt make a paging table (with the help ofjavascript using DOM). As it's my very first app, iinspired myself from an already made example, that iadapted a bit. this example app works very well.but my app, sometimes, mak...

Iterating a DomTree

401 byte By Kohinoor at 2007-11-17 12:56:47
Iam building a Dom Tree using the Xerces library. The Elements provided in it are like Dom_Document,Dom_Node etc.I would like to iterate throgh my Dom Tree in order to get a particular node & add new nodes there.It would be very kind if some one can send a source code regading this. I have a root...

xml from Olap

178 byte By Shmulik Golan at 2007-11-17 12:56:48
hi.<br/>i have cube and i want to get some data from it as xml.<br/>i know to do this in sql.<br/>is it possible? how?<br/> Smile, Shmulik. (-;

xml using vb or vc++

970 byte By Muaziz ali at 2007-11-17 12:56:49
I had a Problem that is i have to made a project in front end of this project there is either vc++ or vb. There is a form in these languages which could contain two edit boxes about personal inforamation (i.e Name and Age ) of a person.there are two buttons in this form one is Add and the other is...

about transformNode...

397 byte By hyji at 2007-11-17 12:56:50
Hi~~sorry, I can't speak English well......IXMLDOMDocmentPtr pXMLDoc, pXSLDoc, pResultDoc;....pXMLDoc->load("aaa.xml");pXSLDoc->load("bbb.xsl"); // bbb.xsl make XSL to XSL...pXMLDoc->TansformbyXSL(&pResultDoc);....Function TansformbyXSL() return pResultDoc that is transformed pXMLDoc...

about transformNode...

397 byte By hyji at 2007-11-17 12:56:51
Hi~~sorry, I can't speak English well......IXMLDOMDocmentPtr pXMLDoc, pXSLDoc, pResultDoc;....pXMLDoc->load("aaa.xml");pXSLDoc->load("bbb.xsl"); // bbb.xsl make XSL to XSL...pXMLDoc->TansformbyXSL(&pResultDoc);....Function TansformbyXSL() return pResultDoc that is transformed pXMLDoc...

Modify TEXT Node in DOM VB

301 byte By Elangovan at 2007-11-17 12:56:52
I am using DOM in VB to convert an XML Document to another XML Document. I have a req. wherever the input file has the text "figure" followed by any numeric digit, it should be wrapped with a "link" element. I am struggling to solve this out. Can anyone pls. help?Thanks,Elangovan O....

Archive Database

158 byte By AlexKrat at 2007-11-17 12:56:53
Is it possible to archive specific database rows to XML files.<br/>Is there any examples of archiving SQL 2000 database rows to XML files?<br/>Thank you!

displaying non-valid text using XSL

605 byte By Tony Costa at 2007-11-17 12:56:54
I have some xml elements that contain characters and tags that xsl does not like. (The content for these elements is submitted by users and they tend to use unclosed html tags like <br> and characters xsl chokes on, namely & signs.) My question is how do I get xsl to display the contents of th...

how can i change the element begining with <?xsl:...>in xml?

151 byte By bowlong at 2007-11-17 12:56:55
such as i have a xml file which include<br/>Now i want to use Dom with Visual C++ to change the href="aa.xsl",then what can i do?<br/>thanks.

Help please!

53 byte By bowlong at 2007-11-17 12:56:56
Does IE5.5 or IE6.0 support XSL FO??<br/>thanks.

asynchronous loading?

824 byte By garumphul at 2007-11-17 12:56:57
I've got to process a number of large (quite possibly over a megabyte) XML files. I'm using the Microsoft XML parser version 3, in Visual C++.Now, what I want to do prioritize the order in which I process them by checking an attribute in the root node. Loading the files across the network...

xmlhttp problem

537 byte By Andrew Luit at 2007-11-17 12:56:58
I plan to send xml to an ASP using xmlhttp. the code is like this(javascript): var xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); xmlhttp.Open("POST", "LoadSome.asp", false); xmlhttp.Send(xmlCmdDoc); xmlDoc.load(xmlhttp.responseXML);The problem is SOMETIMES I got an error message:unspecified...

XSL problem

393 byte By Bedas at 2007-11-17 12:56:59
I'm trying to convert some XML source to HTML form with XSL transformation. When I try to create attribute named "value" for some HTML tag, it doesn't work. For attributes with different name it works fine.Can somebody help me ?XSL snippet:<INPUT type="text"><xsl:attribute name="v...

how to create new xml that encoding is not UTF8?

225 byte By phdcao at 2007-11-17 12:57:00
Hi,<br/> I want to create a new xml document ,using msxml4.0 and IXMLDOMDocument,<br/> if the document was not encoded in UTF8,<br/>like gb2312 or UTF16, etc.How can i create such <br/>document?<br/> Thanks for any reply.

External DTD problem

231 byte By Atul Mohan at 2007-11-17 12:57:01
Bigener to xml <br/>I have crated a simple xml page saved as say xyz.xml<br/>and on the same folder saved the dtd of it <br/>and refreing that dtd by system="xyz.dtd" in the xml file but phraser is unable to find the file <br/>help

beginner

387 byte By oreny at 2007-11-17 12:57:02
hi,as an xml beginner i am seeking an example of using schema that uses other schemas (include? import?) to validate some xml docs.also, i don't know if there is a difference between the various xml parsers implementations, so if there is, i hope it is not much a trouble to make the example app...

Import PAD

104 byte By marflorin at 2007-11-17 12:57:03
Is somebody here who can tell me:<br/>How can I import a PAD file from a remote location?<br/>Thank you!

MSXML and DTD

956 byte By Sinisha Ristich at 2007-11-17 12:57:04
Hi,I'm using msxml parser to load a document in DOM. The document has it's correspondent dtd which is by the way in the same directory as xml file. I have done this before in java, using SAX parser and everything was ok. Now it's working only for the documents without dtd. This is the...

MSXML and DTD

956 byte By Sinisha Ristich at 2007-11-17 12:57:05
Hi,I'm using msxml parser to load a document in DOM. The document has it's correspondent dtd which is by the way in the same directory as xml file. I have done this before in java, using SAX parser and everything was ok. Now it's working only for the documents without dtd. This is the...

Codepage in stylesheet

263 byte By Lars_V_J at 2007-11-17 12:57:06
How do I add a code page (ISO-something) to a style sheet? I have a project with LOTS of files in it, and they all use the same .css. So, I would like to have my codepage line added in that, so I only have to change in one place.<br/>Best regards<br/>Lars VJ

Parsing Flatfile to XML

370 byte By geniusidler at 2007-11-17 12:57:07
Hi,I'm new to XML and couldn't figure out how can I parse a flatfile (positional/character delimited) into XML.I have seen tons of examples in parsing and validating a XML document with a schema but not flatfile with a schema. Does anybody know how to go about doing this?Any help is greatl...

sp_xml_preparedocument

898 byte By rliq at 2007-11-17 12:57:08
In an SQL2000 Stored Procedure...I have a column in a table called 'xml_text', it is of type TEXT and contains XML. I want to be able to pass the contents of this column (I know which row) to the sp_xml_preparedocument Stored Procedure. It says in the documentation that I can pass a TEXT...

Basic Questions For .NET

1213 byte By cyberninja at 2007-11-17 12:57:09
Basic Questions For .NETI am trying to understand the mechanics of invoking a XML Web Service of .NET via the Internet and intranet:1) the InternetBy using UDDI, client can get URL of "access point" for a web service on a remote server. The question is: the access point is actually a control URL, if...