SOAP and language independence411 (4/13/2004 2:17:38 PM) comp.text.xml I'm just learning about SOAP, and one of the claims about SOAP that I'm having the hardest time understanding/believing is this business about language independence. Please tell me if I got this right: suppo... kj
size of object In C++328 (5/4/2004 4:39:07 AM) comp.programming In C++ the size of object is the size of the data members in class. So if it contains one integer data member it has size two bytes. According to it if contains no data member its size should be Zero, but in re... amandeep_dilse(5)
XSL newbie question114 (5/7/2004 10:03:03 AM) comp.text.xml I've onlyy just begun learing about XSL, and there's one question that I've not been able to find an answer for: is it possible to transform XML documents into output that itself is *not* a valid XML document? ... anba(138)
command-line search engine query929 (7/23/2004 12:47:36 PM) comp.programming Hello, I have a problem that I do not know how to approach. Hopefully someone out there will be able to help me out. First off, I am not a computing wizz, merely a mathematician with a few years' programming un... igthibau(46)
Recommendations for books on Python and XML624 (7/26/2004 7:21:40 PM) comp.lang.python Hi, I'm looking for recommendations for Python/XML books. Amazon.com had 2 relevant books, Python&XML by Christopher Jones (from O'Reilly) and XML processing with Python by Sean McGrath.The O'Reilly book se... enjoylife_95135(40)
Searching XSLT compiler or obfuscator221 (10/5/2004 7:18:15 PM) comp.text.xml Is there something like a XSLT compiler or XSLT obfuscator available? If yes, does this compiiler/obfuscator handle XSLT 2.0, XPATH 2.0 and XQUERY statements as well or only XSLT 1.0 ? Harry ... harryzz(7)
Using XML to get SQL Statement structure #2112 (10/7/2004 5:23:44 PM) comp.text.xml Hello, I have a question regarding XML. I have a database whose schema changes quite frequently. I have code to query that database; however, if the database schema ever changes or is enhanced, I have to the... tfitz1(2)
Best way to debug XSL?238 (10/12/2004 12:09:21 AM) comp.text.xml I want to know what's the best way to debug XSL? For example, I use XSL and XML for HTML generation. Now, I am just using web browser, and see if it works, and always it doesn't display anything. I really need... jrefactors(359)
Capture unix command shell output to a buffer519 (12/22/2004 10:33:47 PM) comp.unix.questions Hello All, I searched for this for long time but no luck. Basically, I need to capture the shell command output to a buffer not to a file. For example, I will have buffer, char output[100]; and I want to capt... webcontacts00(4)