XML Programming
XML Programming forum discussing XML and related technologies, including XUL and XSL. XML is a self-describing file format, designed for maximum compatibility between applications.
answer(0) view(18) status(

)
answer(0) view(19) status(

)
xml help
i am doing an xml case study and i was wondering is anyone new how to do the following:
Call the extractFName() using the value of the datefile field in the signup form and the store the text returned by the function in a variable name...
answer(1) view(507) status(

)
hide in xml
how i can hide information in xml using vb or c++ langauge
answer(0) view(33) status(

)
Custom DTD for XHTML validation errors
I am attempting to use a custom DTD to validate my XHTML pages, using the validator at http://www.htmlhelp.com/tools/validator/. I need to do this to take account of the <embed> tag that I am using in the pages.
I've figured out how...
answer(0) view(48) status(

)
Ack!
I'm having a very difficult time with XML.
I have a list of purchases.
I also have a list of payments.
How would I compare the total purchases to the total payemnts and pop up a message if they weren't equal?
It sounds simple, but I've t...
answer(0) view(242) status(

)
Which Parser? Schema?
Can anyone suggest a parser (DOM or SAX) that will work reliably on linux that can utilise an XML Schema?
Please help!
ThanksInAdvance,
MR
answer(0) view(234) status(

)
XML+XSL=HTML (WML)
Is it correect that XML+XSL=HTML (or WML)
do I need to parse those files before the result looks like HTML? Is the address in my browser still like http://server/file.html or is it something like http://server/file.xml ?
And what is Biz...
answer(0) view(409) status(

)
printing between XML-tags?
Hi,
I need to print file contents between the existing XML-tags <archve> </archive> like this:
<?xml version="1.0" encoding="ISO8859-1"?>
<archive>
//HERE THE NEW FILE CONTENT SHOULD COME
</ar...
answer(0) view(1,046) status(

)
UTF-16 encoding
Hi guys,
we are using sun's javax parser for xml parsing.when the xml document contains encoding ="UTF-16" then we get a unsupported encoding exception.we have also tried to set the encoding to "UTF-16" using the setEnco...
answer(0) view(827) status(

)
Java and XML
I am doing a netbanking project.
It uses..
xml,xsl,....servlets,jsp,EJB,db2
Please help me out witha an architecture diagram of the above scenario... about how all these technologies have to be incoorporated giving importance to xml. An a...
answer(2) view(414) status(

)
How about the parser??
Yes, thanks you to all here.....
Actually i got the source(data) from one site www.moreover.com
they give me a xml formated file which prodived a lot of dayly update news link.
Now, i need some program, they call parser to get the sour...
answer(3) view(640) status(

)
XML Parser for devshednews.rdf
Its rough and ready but it works! - I run through a proxy server so ca not access the .rdf directly - you may have to ask your ISP to cache a copy of the rdf for you.
<html><title></title>
<body bgcolor="#ffffff&q...
answer(0) view(56) status(

)
How XML file works/runs ??
I have been hearing a lot of this xml stuff lately and ppl saying that its the future of the net lang.
I have seen a few of its codes....and they really look kewl. But how does this damn xml code run/work.
is it like html that u write the c...
answer(2) view(918) status(

)
How xml work?
Hi, i already learned about how to create a xml document, but the question is how am i going to make it work on browser? Do i need so program to start it to run????
answer(3) view(122) status(

)
XML - Do you really like using it?
My question to the users of this forum is:
Do you think that XML is the is the greatest thing since sliced bread or do you think it is difficult to use, parse, extract information out of, describe complex data structures, etc?
answer(2) view(266) status(

)
Whitespace problem in XML
Having a problem with the IBM SAX parser (which is Xerces).
We have the data comming from a client that looks something like this:
<tag>
A string of about 300 characters containing an embedded null
</tag>
Now when our J...
answer(0) view(391) status(

)
answer(1) view(459) status(

)
can xml use as database
Hi,
can xml use as database? can xml store hudge data like oracle or sql server? and can we have security in xml like we have in database?
If anyone knows about it, please tell me.
Thank you.
answer(4) view(107) status(

)
XML attributes
How do I output attributes in a xml tag.
Ex.
<headline href="http://www.whatever.com"> Whatever </headline>
I can output the Whatever text in the browser, but I don't know how to ouput the href attribute. I am usi...
answer(1) view(898) status(

)
xml
Hi,
I want to create cd which will have search facility.
I want Search criteria on CDROM which will activate on any PC. Search keyword have to reside in database which will autometically search pages on cdrom.
I heard, this is pos...
answer(0) view(993) status(

)
XML encoded Files to Batch Processing Systems
Looking for information on how to electronically translate a file of data that contains XML markup into a mere data file to be fed into a batch process. How do I strip the data? are there any products
Rchalero@mediaone.net
chaleroR@output....
answer(0) view(847) status(

)
xml comparisons
What is the difference in security and performance wise for applications developed using xml/java versus html/java
answer(0) view(345) status(

)
scripting
I have for some time, been trying to set up my windows 98 system to begin experimentation with perl scripting. Up to this point they have been meager and unsuccessful attempts. The process has been very confusing. When I type the sample ...
answer(1) view(734) status(

)
answer(0) view(667) status(

)
xslt
How to fix Limitation(may be) of xslt:
Path name to XSLT file is hard coded. It appears that XMLInputSource has trouble with file names.
I want to be able to give relative (not absolute) file names as properties (either via properties f...
answer(0) view(379) status(

)
XML XSLT and MySQL
For you guys who have eben out there working with XML.
I have a relational DB built in MySQL that needs to go XML.
Here is an example. I have an article, with things like title, abstract, and body. How do I store this? As a single XM...
answer(1) view(377) status(

)
Storage of XML data
Hi,
I've just finished reading an XML spec/schema for news stories. The concept seems to be very interesting, especially splitting style and content.
I am having problems working how to store XMLised data in a MySQL structure.
With em...
answer(18) view(392) status(

)
Alternating Color Pattern
I currently have an XSL file set up with the code below:
<xsl:for-each select="/DESCRIPTIONS/">
<xsl:choose>
<xsl:when match=".[DESCRIPTION='Description']">
<tr bgcolor="#cccccc">
<...
answer(1) view(57) status(

)
answer(0) view(114) status(

)