Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

xml book

 [1/6] from: rishi::picostar::com at: 31-Oct-2000 23:08


Anyone know of a good, language neutral, concise, xml book? Rishi

 [2/6] from: al:bri:xtra at: 1-Nov-2000 21:26


Rishi wrote:
> Anyone know of a good, language neutral, concise, xml book?
Rebol ^H^H^H^H^H XML for Dummies 2nd edition ISBN 0-7645-0692-7. Or, if you want it right this minute and for free, try developerWorks here: http://oss.software.ibm.com/developerworks/opensource/ and click the advert that reads: New digital bookstore dW and ibooks.com bring you the hottest technical books online. Start your own digital bookshelf. Sign up now and get the first book on us! One of the free books is a XML book. Andrew Martin ICQ: 26227169 http://members.nbci.com/AndrewMartin/

 [3/6] from: eventi:nyic at: 1-Nov-2000 10:40


The O'Reilly Pocket Reference does the trick... Also check out the docs and links at www.xml.com XML's power lies in simplicity, so don't expect a 400 page book, or any of those super padded "XML Unleashed" type books. --e

 [4/6] from: dayjob:hynoom at: 1-Nov-2000 10:59


Eugene Ventimiglia wrote:
> The O'Reilly Pocket Reference does the trick... Also check out the docs and > links at www.xml.com > XML's power lies in simplicity, so don't expect a 400 page book, or any of > those super padded "XML Unleashed" type books.
Unless you happen to have picked up "Professional XML" from WROX, which weighs in at 1169 pages (counting "intentionally blank" pages ;-) Covers W3C DOM, SAX, CSS, XSLT, DTDs, XML Schemas, XLink, XPointer, XPath, E-Commerce, BizTalk, B2B, SOAP, WAP, WML -- Pete Wason, Sr. Developer http://www.onlinemerchant.com/ SureFire Commerce, Inc. 70 Wells Avenue Newton, MA 02459 Rebol: It's good fer what ails ya, baby!

 [5/6] from: joel:neely:fedex at: 1-Nov-2000 10:03


Hi, Rishi, [rebol-bounce--rebol--com] wrote:
> Anyone know of a good, language neutral, concise, xml book? >
Good, and language neutral, yes. Of the ones I own, I tend to use _XML_Specification_Guide_ by Ian S. Graham, Liam Quin as the most definitive explanation of what the XML spec says and means. It talks about XML itself, not about all the hype that's grown up around it. However, it is so language neutral that there is no discussion of writing code to process XML. Hoping that the URL isn't mangled by email, you can see a description and some reviews at http://www.amazon.com/exec/obidos/ASIN/0471327530/o/qid=973094449/sr=8-2/ref=aps_sr_b_1_2/103-8795777-9186209 (That's all one URL; glue it back together if email wraps it...) -jn- -- ; Joel Neely [joel--neely--fedex--com] 901-263-4460 38017/HKA/9677 REBOL [] do [ do func [s] [ foreach [a b] s [prin b] ] sort/skip do function [s] [t] [ t: "" foreach [a b] s [repend t [b a]] t ] { | e s m!zauafBpcvekexEohthjJakwLrngohOqrlryRnsctdtiub} 2 ]

 [6/6] from: gparks:ixl at: 1-Nov-2000 12:14


This might be a helpful site: http://www.w3schools.com/