Please help! XSL experts!

142 byte By kaifoong at 2007-11-17 12:55:30
Dear experts,<br/>I wish to do something like below: <br/><td class="">xxx<br/>Can anyone please help? Thank a million!<br/>KF

a XSL question...

346 byte By kaifoong at 2007-11-17 12:55:31
Dear all,( I use '{' as '', sorry to use weird symbols because this posting program got problem!!)I want to do something like this:{td class="{xsl:value-of select='setups/text1/fontClass'/}"}xxx{/td}too bad it's not valid in XSL, can anyone help? Thanks a million!K...

RemoveChild

489 byte By Jim Bassett at 2007-11-17 12:55:32
Below is a code segment from a VB program I have written. In the code segment I am attempting to remove a node but the code errors on the line oDom.removeChild (oNode), where oDom is declared as a XMLDOM, oNodeand oNode is a XMLNODEList Set oNode = oNodeList(i) oDom.removeChild (oN...

xsl:if question

314 byte By pjpark at 2007-11-17 12:55:33
I want to run some xsl statements if any of foo nodes has an attribute bar equal to the bar attribute of foo2. There is only one foo2 node; eg:Do SomethingI have also triedDo SomethingIs there a way to do what I want? I'm using MSXML 3 sp1Thanks,pjp...

accessing an xml thru a dlg based app

336 byte By paddyman at 2007-11-17 12:55:34
Hello,I'm very new to this but...I have a dlg based app in Visual C++ 6.0 and i want it to access a simple xml file. the xml file holds 2 things - name & age.In my app when i open details.xml i want the name and age to be output into a control (eg List control)Help, hints and samples appreciate...

how to append a child to the xml dom

456 byte By checka at 2007-11-17 12:55:35
currencyly i having a xml document as below:Form>Name> new child append here/Name>Name> new child append here/Name>/Form>i can do it when there is only 1 name>but i can't do it when there is two since in my asp page i have hardcode the first name to be appendedso...

Insert ASP code in XSL ?!

255 byte By kaifoong at 2007-11-17 12:55:36
Hi guys,<br/>Is it possible to insert ASP codes inside XSL?<br/>My concern is, to put in the following ASP codes into XSL: (please forgive me to use '{' as '')<br/>{!-- #include file="xxx.asp" --}<br/>thanks a million!<br/>KF

beginner

451 byte By boccio at 2007-11-17 12:55:37
I am new to XML, and I don't quite understand how it works. I downloaded XML parser 3.0 (xmlsdk.exe), from microsoft.com, and XML notepad, read a few articles, and I got clue what to do, but I don't know how and where to compile, or parse XML code and how to run it in browser.Any help will...

Local save of data

622 byte By ScottP at 2007-11-17 12:55:38
Ok I give up, is there anyway to...1) load a local web page in IE (eg. off the c: drive)2) load some xml from a local file via XMLHTTP and XMLDocument objects3) edit this XML4) save it back to a local file...the only bit I can't do is (4). Alternatively can I store the data in a local database...

XML DTD vs. XML Schema??

256 byte By jimcheng at 2007-11-17 12:55:39
What is the difference between XML DTD and XML Schema?<br/>It seems that XML Schema is a new concepts. What is the advantage of XML Schema over XML DTD?<br/>Which one is more pupular to define a set of common vocabulary?<br/>Thanks!<br/>Jim Cheng

XML Schemal VS XDR Schemal?

219 byte By jimcheng at 2007-11-17 12:55:40
What is the relationship between XML Schema and XDR Schema?<br/>Is XDR Schema just one of the XML Schemas provided by Microsoft?<br/>If so, what are the other versions of XML Schema ?<br/>Thanks!<br/>Jim Cheng

XML HTML

349 byte By Timo Hartmann at 2007-11-17 12:55:41
Hi all,is there a possibility to catch XML code with the Webbrowser ActiveX control before it is converted into HTML. Cannot use the URL cause i am using php scripts.Another way would be to get the HTML and convert it somehow to XML.If there is someone with experience please help me.Thank in advance...

Building XML document

703 byte By jimeh at 2007-11-17 12:55:42
I've been having trouble finding information about how to build an XML document from scratch. I'd really appreciate it if I could get a little help to get me started.What I want to do is to build a new XML document (IXMLDOMDocument) from scratch, adding elements and attributes to it in a n...

my very first XML use

703 byte By tyris at 2007-11-17 12:55:43
hi all, i've made a J2EE web app (servlet + JSP under IBM websphere)that connects to a database and sends the results in an HTML page.now i'd like that the data retrieved by my web app are stored in XML then displayed.as i have never used XML/XSL... before, i'm lost. what should do wh...

XML4J

779 byte By Venu Kuamr.B. at 2007-11-17 12:55:44
we are using XML4J parser to parse XML .the following error we are getting can any body help us for the same.java file name: GetParseTree.javaXml file name : emp.xmlError :***********************************************C:\>java GetParseTree emp.xmlCan't find bundle for base name org.apache.x...

why so much ways for the same XML document display result ?

583 byte By tyris at 2007-11-17 12:55:45
hi all,i have read that there is many ways to display a XML document :directly in Web browsers by using cascading style sheets (CSS) or Extensible Stylesheet Language (XSL) through conventional HTML (Hypertext Markup Language) pages using data binding, the XML Document Object Model (DOM), and the Mi...

is it possible to combine CSS + XSL ?

452 byte By tyris at 2007-11-17 12:55:46
hi all,i used a CSS file before (when i had html page and not xml data). now i do have XML data and do use XSL to display data.is it possible to combine my CSS (where my body is defined, and also tags like textarea, and own classes (.SUBTIT for example)how cloud i keep those styles and add the way i...

XML Date to VT_DATE

131 byte By gilik at 2007-11-17 12:55:47
Hi,<br/>Does anyone know how to convert from an XML date in the format of "yyyy-mm-ddThh:mm:ss.fff" to a VARIANT VT_DATE date?

ASP In XML

412 byte By Siddharth Pawar at 2007-11-17 12:55:48
I have written a code in XML which displays all my Data in a form of a tree which is supported by a xsl file.I have checkboxes next to each node and there is a SUBMIT button on the page.Now,the problem is that i have to submit that page to a ASP page which checks which checkboxes are clickd on the t...

ID FOR CHECKBOX

333 byte By Siddharth Pawar at 2007-11-17 12:55:49
I have displayed a tree in XML which have CheckBoxes Besides each node.When the USer submits the Page,i want to know which all checkboxes are being clicked.As i don't know how to declare a variable in xsl,so i can't assign a unique value to each checkboxes and then iterate it through the s...

Reloading HTCs is a problem

243 byte By Jim Bassett at 2007-11-17 12:55:50
We are using HTC files for our project and have noticed that once the cache has been overwritten then the HTC files we were using have to be downloaded again. Is there a way to set IE 5.5 so that HTC type files are not deleted or over written?

How to control access to my XML-application (a B2B XML-business-channel)

444 byte By Johan Johansson at 2007-11-17 12:55:51
How do you guys solve the security matters when opening XML-channels between to business systems ?What do you guys normaly do ?# 1 Send passwrods through the url-string ? (Doesn't seem safe to me)# 2 Locking IP numbers, infosender and reciever has fixed IP-numbers and an .asp page is doing a ch...

Just how powerful can XML be??

887 byte By StillWaters at 2007-11-17 12:55:52
I have read a lot of wonderful stories about XML. But I don't clearly understand just how powerful can XML be? All I know is, in the near future, everything will be encoded in XML tags. Like for example, some standard is going to propose that the tag 'TOOL' should enclose any physical...

Using quantify tool with XML

651 byte By bv_sunil at 2007-11-17 12:55:53
I am using quantify tool to do some performance measurements of my application. However, when i start running the application, it gives me a segmentation fault(core dumped). And this happens only when I am using the quantify tool. Otherwise the program just runs fine. To avoid this, I also used the...

Posting SOAP/XML data

335 byte By hector santos at 2007-11-17 12:55:54
Maybe I am missing something here but I'm learning SOAP/XML, I created a simpleHTML FORM with two INPUT controls. Am I am understanding this correctly that I canPOST the data to a web server in XML/SOAP format?If so, how? An example would be most appreciated.thanksHector Santos...

How to POST FORM in XML format

1261 byte By hector santos at 2007-11-17 12:55:55
I am looking for the various "ways" to POST a HTML form in XML format using the rawest HTML/XML/RFC methods available to concepts using 3rd party hooks, if any.In short, I want to get starting on posting XML to our server and I haven't figured out how to use a basic "HTML" method of doing so....

Preserve Line Breaks in PDF

306 byte By maadhav at 2007-11-17 12:55:56
Hi,I am using FOP-0.17 and i want to preserve the line-breaks that are in the xml file.Actually i am using line-feed-treatement="preserve" property in my xsl.But still the problem persists.So if anybody can help me .....Thanks and Regards,Jigesh....

Different Footer on Last Page

375 byte By maadhav at 2007-11-17 12:55:57
Hi,I am using FOP0.17 to generate PDFs using xsl:fo.The problem i am facing is,When i am trying to print different contents in xsl-region-after (Footer),Page-position="last" property doesn't worked.So if someone can give any idea or sample code etc. I will be very thankful for that stuff.Thanks...

Line Breaks In PDF

828 byte By jigesh_v at 2007-11-17 12:55:58
Hi all,I am using FOP-0.17 and java to generate .PDF files using XML and XSL:FO.In my XSL i wants to preserve the Line-breaks that are in the .XML file.For that i am using following properties,*********************************************************************linefeed-treatment="preserve" white-sp...

JDOM with Java

258 byte By Mike74 at 2007-11-17 12:55:59
Hello<br/>I have to use JDOM ( http://www.jdom.org) for reading and writing XML-files. Now, I want to use XPath for getting several values of attributes in the JDOM-document.<br/>Does anybody know, how to use XPath with JDOM ?<br/>Thanks a lot.

Inline XML in HTML doc.

351 byte By Lars_V_J at 2007-11-17 12:56:00
Hi,I'm pretty new to xml, and I have thought of using it to make a multi-language help project in Robohelp. But I believe that would require me to have inline xml data in my html code, and then I'll let a java script show the appropiate language. So, can I make inline XML in a HTML documen...

What does XSD stand for?

275 byte By Simon Pettman at 2007-11-17 12:56:01
I am begining to learn about XML, and am a little blinded by all the TLA's (three letter achronyms). What does XSD expand to represent?<br/>Can anyone recommend a starting point for learning XML. Bearing in mind I have very very limited HTML experience.<br/>SP

Web Server Application

373 byte By Simon Pettman at 2007-11-17 12:56:02
I am new to XML and want to go through the exercices in the Visual Studio 7 beta 1. However I am on a remote machine running Win2k Workstation, and I need access to a web server. I don't know anything about web servers (im so nieve!)Can I set up a local Web Server so that I can build web servic...

This Board is not very active! Is there a more active source? nm

2 byte By Simon Pettman at 2007-11-17 12:56:03
sp

XMLHTTP to request files and caching

2178 byte By Kobe at 2007-11-17 12:56:04
HiI have a page that has to request file from server ( if user want the file ) to process, I use XMLHttp object to directly request the file from server . The problem is the file is quite big and rarely updated so I want it to be cached in user machine ( browser cache ) . I've checked IE cache...

Disable Click Sound

180 byte By Glen G at 2007-11-17 12:56:05
I am looking for a way to disable the click sound on a page refresh. This needs to be done from the server side, not the client side<br/>Thanks;<br/>Glen G.<br/>gleng@slic.com

How to retrieve Default Attribute value of DTD

310 byte By Astel at 2007-11-17 12:56:06
How to retrieve Default Attribute value of DTD in the java file? Here i have written one java class where i could retrieve all the information about given DTD exept default value of the attribute. Any one could please solve my query? Here i have used DOMParser, DTD classes etc...(Good Luck Any Time)...

Inserting " " For HTML

546 byte By richyrich at 2007-11-17 12:56:07
I am trying to insert blank lines into our HTML via XML content. We had been using the following in our XML code:  When processed by our XSL, this translates into on the HTML side. This had been working but we've now upgraded to the latest xalan/xerces from apache and it does not recogni...

Repost: Inserting

655 byte By richyrich at 2007-11-17 12:56:08
I am trying to insert blank lines into our HTML via XML content. We had been using the following in our XML code: &#160;Our goal simply is to be able to put blank lines for spacing into our HTML via the XML.When processed by our XSL, this translates into &nbsp; on the HTML side. This had been...

XML - replacing rtf, doc, thml etc

582 byte By flipflop at 2007-11-17 12:56:09
I would like to hear other programmers opinion on XML. Do you think we soon will find XML-specifications in all document types? The power of the XML-standardisation, is that the document may be independant from the program that made it. Take html... There are hundreds of tools and programs we can us...

Crosspost: Browse and Edit XML document using VB and IE

1455 byte By ChrisLott at 2007-11-17 12:56:10
(This is crossposted from the VB board at dev-archive, since it overlaps the two.)Hi,I'm working on this problem: provide local-PC functionality to browsean XML document, and to edit it in a very limited way. The currentplan is to use a standalone VB app to read the XML, and launch IE fromthat...

Inline XML in HTML doc.

352 byte By Lars_V_J at 2007-11-17 12:56:11
Hi,Is it possible to make inline or embedded xml in a html document?It is my intention, to use some java to display the xml data (or rather some of it) in the right way. I need this for a multilanguage help implemented in RoboHelp. That is why I don't want a seperate file with the xml data...Be...

SAX question for exprests

658 byte By uzeb at 2007-11-17 12:56:12
Hi all, I am trying to use SAX (microsoft implementation msxml version 4), I know how the ISAXReader works and how ISAXWritter works, my question is this:if i have an xml file called MyName.xml which is implemented as follows: Here is my name Here is my age <\beginnow,i use SAX to read and...

Beginner of XML

131 byte By Benny Ng at 2007-11-17 12:56:13
i'm just start to learn XML, my stupid question is can i use notepad to write a XML code ? can u give a simple example? thanks

converting xml file to a file containing binary codes

450 byte By vinutha v at 2007-11-17 12:56:14
helloi am currently doing a project on developing a module for card swiping machine.i have developed a user interface using STIPML,alanguage based on xml and similar to it.each tag in the STIPML has a token(hexadecimal code)defined for it.can anybody suggest me as to how to convert the STIPML file t...

Using special characters like ø in XML

325 byte By Lars_V_J at 2007-11-17 12:56:15
Hi,How do I use special characters like (& aelig ; , & oslash ; , & aring ; , & AElig ; , & Oslash ; , & Aring ; ) in an XML or XLS document. If I try to add them, my page will be blank. I have tried using in the first line. But...alas, no effect.somebody please help..Best regardsLars VJ...

Using attributes in XML and XLS docs

313 byte By Lars_V_J at 2007-11-17 12:56:16
Hi,I have an xml doc that looks like this: xxxxxxx ......I want to use the ID in my XLS doc in a <xsl:for-each select= ... so that I will for instance only get ID="Element 1" out.How will I select on the ID attrbute?Best regardsLars VJ...

XML or Not?

1351 byte By jgo at 2007-11-17 12:56:17
I write client/server type programs in VB. During any data retrieval (or submission), I (and the whole company) uses Strings as the data type of choice for the RDS call. I've implemented a common way for myself to do it, using delimiters and tags. Currently, I call "tagged" Strings as XML....

XPathAPI

484 byte By Mike74 at 2007-11-17 12:56:18
HelloI have to implement source from a friend in my application. This source wants to use XML and XPath. Now I have a problem, that the following line gives an error:NodeList nl = XPathAPI.selectNodeList(root, xpath);Perhaps the problem is, that we use here Xalan 1.2 and there this XPathAPI does not...

XML Parser??

296 byte By jimcheng at 2007-11-17 12:56:19
Hi,<br/> I need to parse some XML file and dump the data into database. What is the best tool/language to do it? How about visual basic?<br/>Cause I already write some small VBA program to extract data from some software and output it into XML files.<br/> Thanks!<br/>Jim Cheng