xmljs-users Mailing List for xml for SCRIPT
Brought to you by:
djoham,
witchhunter
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(8) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(11) |
Feb
(9) |
Mar
(20) |
Apr
(2) |
May
(1) |
Jun
(2) |
Jul
(14) |
Aug
(14) |
Sep
(10) |
Oct
(5) |
Nov
(2) |
Dec
(11) |
2005 |
Jan
(12) |
Feb
(4) |
Mar
(3) |
Apr
(5) |
May
|
Jun
|
Jul
(2) |
Aug
(12) |
Sep
|
Oct
|
Nov
(1) |
Dec
(4) |
2006 |
Jan
(2) |
Feb
(2) |
Mar
(4) |
Apr
(2) |
May
|
Jun
(2) |
Jul
|
Aug
(5) |
Sep
|
Oct
|
Nov
|
Dec
(8) |
2007 |
Jan
|
Feb
(2) |
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(2) |
Sep
|
Oct
(8) |
Nov
|
Dec
(2) |
2008 |
Jan
(4) |
Feb
|
Mar
|
Apr
(5) |
May
(1) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(3) |
2009 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
(1) |
Jul
(1) |
Aug
(4) |
Sep
(2) |
Oct
|
Nov
|
Dec
(1) |
2010 |
Jan
(6) |
Feb
(2) |
Mar
(4) |
Apr
(3) |
May
(2) |
Jun
(2) |
Jul
(5) |
Aug
(2) |
Sep
(1) |
Oct
(2) |
Nov
(1) |
Dec
(2) |
2011 |
Jan
(2) |
Feb
(1) |
Mar
(2) |
Apr
(2) |
May
(4) |
Jun
(4) |
Jul
(5) |
Aug
(5) |
Sep
(4) |
Oct
(3) |
Nov
(1) |
Dec
|
2012 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
(3) |
Nov
(1) |
Dec
|
2013 |
Jan
|
Feb
(3) |
Mar
(2) |
Apr
(2) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(6) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2016 |
Jan
|
Feb
|
Mar
(5) |
Apr
(3) |
May
(5) |
Jun
(8) |
Jul
(3) |
Aug
(14) |
Sep
(22) |
Oct
(9) |
Nov
|
Dec
(1) |
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Roger F. G. <rog...@ya...> - 2016-05-09 08:29:59
|
I've created a parser in Java for using XML for source code, which is an extremely good idea whenever you want logic stored as data. Since this means that text elements can contain special characters &,',",<,>, the initial files are not valid XML and must be called something else - even though the form is otherwise exactly the same as XML. This alternative is called XPL (eXtensible Process Language). XPL can be used in place of XML when you don't need full XML processing. When you do need more than the XPL system handles, code is translated to valid XML. Even though the XPL parser (StAX-PL) is very very fast, XPL and downstream XML processing can be performed concurrently, completely eliminating the pre-processing cost. There is currently a free command-line version that translates XPL to XML. There is also a developer's version available that includes the Java components along with source code examples for downstream processing with StAX, SAX, and DOM. Samples include concurrent processing with StAX-PL -> SAX. Just pop them into your favorite IDE and work through the quick start guide to get started. All samples are precompiled (Java 7 and 8) and ready to test-run (via batch or bash files - included) XPL eXtensible Process Language | | | | | | | | | XPL eXtensible Process LanguageYou can now process XML data structures that contain special characters without escaping or defining CDATA. This makes files containing program logic and other special entities much easier to create and maintain. | | | | Visa på hll.nu | Förhandsgranskning av Yahoo | | | | | It's not a problem. It's an opportunity. Correlation does not prove causality. |
From: Fredrik B. d <fr...@bj...> - 2016-05-08 20:48:36
|
Hi, thanks for the workonXML for <SCRIPT> I've been trying to use it in c# using Jint and Jurassic, and has encountered a problem using both tools. I load the libraries into the Javascript engines, create a parser var domParser = new DOMImplementation(); Then I use the parser to load the following xml into a variable, var1 <books xmlns=""> <book title="title1" /> <book title="title2" /> </books> This works well. Next I try to execute the following query: var1.getElementsByTagName('book')[0].getAttribute('title'), expecting that it will yield 'title1'. There is however an error. If I do var1.getElementsByTagName('book'), then I get: <book title="title1" /> <book title="title2" /> But if I add the indexer, var1.getElementsByTagName('book')[0], then I get undefined in response I would like to get this to work, and XML for <script> seemed promising. I get the same behaviour in jint and jurassic leading me to think that it may be an issue with XML for <script>. Do you have any ideas on how to proceeed? Do you have any alternative ideas on how to execute a query like this in javascript using c#. Thanks, Jon |
From: Szkolenia N. <szk...@sz...> - 2015-11-04 13:20:10
|
Szanowni Państwo, Firma szkoleniowa Novaskills Sp. z o.o. organizuje dwudniowe warsztaty p.t.: "Negocjacje zaawansowane - trening z prof. Zbigniewem Nęckim" Jeżeli chcielibyście Państwo zapoznać się z programem szkolenia prosimy o kliknięcie w <mailto:szk...@sz...?subject=Zapisz_mnie_Negoc_Zaaw> link Zwracamy Pańastwa uwagę, iż wyrażanie zgody jest dobrowolne i spowoduje otrzymanie przez Państwajednorazowej oferty dotyczącej wymienionego szkolenia. Wpisz opis obrazka Nova skills Sp. z o.o. ul. Kolejowa 47/U23, 01-210 Warszawa tel. (22) 100 45 55, fax. (22) 100 45 54 NIP 527-270-13-34 XII Wydział gospodarczy KRS 0000477594 Kapitał zakładowy 20 000 PLN Jeśli nie chcesz otrzymywać od nas więcej informacji użyj <mailto:szk...@sz...?subject=Wypisz_mnie> tego linku |
From: Brewster <see...@br...> - 2015-09-18 18:12:16
|
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Join Brewster</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body bgcolor="#ebebeb" class="ready"> <table bgcolor="#ebebeb" border="0" cellpadding="0" cellspacing="0" id="wrapper" style="text-algin: center;" width="100%"> <!-- wrapper --> <tbody> <tr align="center"> <td align="center"> <table border="0" cellpadding="0" cellspacing="0"> <!-- inner --> <tbody> <tr> <td align="center" height="30" style="height:30px;"> </td> </tr> <tr> <!-- page --> <td align="center"> <table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" style="text-align:center;border:#e3e3e3 solid 1px;border-radius: 7px;" width="382"> <tbody> <!-- logo --> <tr> <td align="center" height="20" style="height:20px;"> </td> </tr> <tr> <td align="center"> <span class="sg-image" data-imagelibrary="%7B%22width%22%3A131%2C%22height%22%3A25%2C%22alt_text%22%3A%22%22%2C%22alignment%22%3A%22%22%2C%22border%22%3A0%2C%22src%22%3A%22https%3A//www.brewster.com/assets/sharing-email/logo-name-email.png%22%2C%22classes%22%3A%7B%22sg-image%22%3A1%7D%7D" style="float: none; display: inline-block; text-align: left;"> <img alt="" height="25" src="https://www.brewster.com/assets/sharing-email/logo-name-email.png" style="width: 131px; height: 25px; max-height: 25px; min-height: 25px;" width="131"> </span> </td> </tr> <tr> <td align="center" height="20" style="height:20px;border-bottom:#e3e3e3 solid 1px;"> </td> </tr> <!-- end logo --> <tr> <!-- content --> <td align="center"> <table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" style="border-radius:7px;" width="380"> <tbody> <tr> <td align="center" style="width: 35px;" width="35"> </td> <td align="center"> <table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" style="text-align: center;" width="310"> <tbody> <tr> <td align="center" height="25" style="height:25px;"> </td> </tr> <tr> <td align="center"> <p> <span style="font-size:17px;line-height: 26px;font-family: HelveticaNeue-Light, Helvetica Neue, Helvetica, Arial, sans-serif;color: #636363; font-weight:lighter;text-align:center;">Your popularity rank is based on who has you as a contact. See how you compare to Dan Davis and others.</span> </p> <p> <span style="font-size:17px;line-height: 26px;font-family: HelveticaNeue-Light, Helvetica Neue, Helvetica, Arial, sans-serif;color: #636363; font-weight:lighter;text-align:center;">Click below to check out your rank and see the emails and phone numbers people have for you. </span> </p> <p> </p> </td> </tr> <!-- button --> <tr> <td align="center" bgcolor="#4098bc" style="border-radius:5px;"> <div> <!--[if mso]> <![endif]--> <roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="https://app.brewster.com/identity-monitor/new/7105c42e-9948-4f5f-8da0-228a663357e8" style="height:50px;v-text-anchor:middle;width:310px;" arcsize="10%" stroke="f" fillcolor="#4098bc"> <anchorlock></anchorlock> <center> <a href="http://email.mg.brewster.com/c/eJwNjztuxDAQQ0-z7mToa8uFijS5hqHPyKvAtoTRGJvcPgIIFg8ESCbHRTDeT8UZk6NRWVnNQexmS1nlpOMW7YhEq42M_KV5w5oYdobCzJcv5_R2PtochNZyTUJyHZSNC5c-Z21g2UKYTvcmav2lvl7ye8i3NgeETyfAOdZroJLgpkJ_7Kp3oYoD3fAZvgpuopbAtk1bprPJzCbPmZTWL4tSZgU7ofu9zp_Ong7Yx8izdOpzrw9GyBUPmG-giVyr7Tk9jp69x4owkD8OhMMTpL3cuQ6j8fCJVOr9D71aXRE" style="background-color:#4098bc;border-radius:5px;color:#ffffff;display:inline-block;font-family:sans-serif;font-size:16px;font-weight:bold;line-height:50px;text-align:center;text-decoration:none;width:310px;-webkit-text-size-adjust:none;">See Your Popularity Rank</a> <!--[if mso]> <![endif]--> </center> </roundrect> </div> </td> </tr> <!-- button end --> <tr> <td align="center" height="40" style="height:40px;"> </td> </tr> </tbody> </table> </td> <td align="center" style="width: 35px;" width="35"> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <!-- end content --> <!-- end page --> <!-- footer --> <tr align="center"> <td align="center"> <table border="0" cellpadding="0" cellspacing="0" style="text-align:center;" width="382"> <tbody> <tr> <td align="center" height="40" style="height:40px;"> </td> </tr> <tr> <td align="center"> <span class="sg-image" data-imagelibrary="%7B%22width%22%3A%22100%22%2C%22height%22%3A%2219%22%2C%22alt_text%22%3A%22Brewster%20Logo%22%2C%22alignment%22%3A%22%22%2C%22border%22%3A0%2C%22src%22%3A%22https%3A//app.brewster.com/images/assets/email/footer-logo.png%22%2C%22classes%22%3A%7B%22sg-image%22%3A1%7D%7D" style="float: none; display: inline-block; text-align: left;"> <img alt="Brewster Logo" height="19" src="https://app.brewster.com/images/assets/email/footer-logo.png" style="width: 100px; height: 19px; max-height: 19px; min-height: 19px;" width="100"> </span> </td> </tr> <tr> <td align="center"> <span style="font-size: 11px; color:#858585;font-family: Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:bold;text-align: center;line-height:40px;">Who You Know is Who You Are</span> </td> </tr> <tr> <td align="center" height="15" style="height:15px;"> </td> </tr> <tr> <td align="center"> <span style="font-size: 11px; color:#858585;font-family: Helvetica Neue, Helvetica, Arial, sans-serif;text-align:center;">11 East 4th St. #2F New York, NY 10003</span> </td> </tr> <tr style="text-align:center;"> <td align="center"> <span style="line-height:40px;color: black;font-size: 15px;text-align:center;"> <a class="footer-text" href="http://email.mg.brewster.com/u/eJwNzEsOwjAMANHTNLtW-dgoWWTBSVBqJxDUUmS3Escn63kaztatWIrpGbERhhYi2OoemLiFxkCJ4iAUAT3ZCexXDp5FZ3G47KVv5pVXGNlbTmALUPDpFqElZEwucl29kfzbt7fOl1bR8di6nrrocQnVdsizLp96mjNP_v4HCFEsRg" style="color: #9a9a9a;font-size: 11px;font-family: Helvetica Neue, Helvetica, Arial, sans-serif;">Unsubscribe</a> </span> </td> </tr> </tbody> </table> </td> </tr> <!-- end footer --> <tr> <td align="center" height="30" style="height:30px;"> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <!-- end inner --> <!-- end wrapper --> </div><img width="1px" height="1px" alt="" src="http://email.mg.brewster.com/o/eJwNjjsOwyAQBU8TOlt8HSg4i4WXhRA5xlpASm4fmleMRqMXPReHCYEVb0wCo5KymqPYjYtJpajBgZ0KWG0k8IfmN9W4UFtImPUTysle3j2lwuik3kA4dRixcYlCRtCYbIqSkf9-zndbRkNqs3GW1tva6iDAVCnjemFn3d_1Hmeg0n97g0o4UciZMIeOcS9XqnP6PDCgl3r9AWIUPxk"></body> </html> |
From: Larry S. v. B. <sta...@br...> - 2015-03-23 12:54:13
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Join Brewster</title> </head> <body bgcolor="#ebebeb" class="ready"> <table bgcolor="#ebebeb" border="0" cellpadding="0" cellspacing="0" id="wrapper" style="text-algin: center;" width="100%"><!-- wrapper --> <tbody> <tr align="center"> <td align="center"> <table border="0" cellpadding="0" cellspacing="0"><!-- inner --> <tbody> <tr> <td align="center" height="30" style="height:30px;"> </td> </tr> <tr><!-- page --> <td align="center"> <table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" style="text-align:center;border:#e3e3e3 solid 1px;border-radius: 7px;" width="382"> <tbody> <tr><!-- content --> <td align="center"> <table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" style="border-radius:7px;" width="380"> <tbody> <tr> <td align="center" style="width: 35px;"> </td> <td align="center"> <table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" style="text-align: center;" width="310"> <tbody> <tr> <td align="center" height="40" style="height:40px;"> </td> </tr> <tr align="center"><!-- profile picture --> <td style="text-align:center;"><img alt="Larry Siden" height="80" src="https://d1m45cu0ml8qff.cloudfront.net/7798b4ef593ef725b57db566b24ddf53cea15bdd/resize_to_fill_center_on_faces/60x60" style="border-radius:50%; border:#e3e3e3 solid 1px;" width="80" /></td> </tr> <tr> <td align="center" height="20" style="height:20px;"> </td> </tr> <!-- End profile picture and bottom padding --> <tr> <td align="center"><span style="font-size:17px;line-height: 26px;font-family: HelveticaNeue-Light, Helvetica Neue, Helvetica, Arial, sans-serif;color: #636363; font-weight:lighter;text-align:center;">Larry asked us to reach out and confirm they have your latest info </span><br /> <br /> <span style="font-size:17px;line-height: 26px;font-family: HelveticaNeue-Light, Helvetica Neue, Helvetica, Arial, sans-serif;color: #636363; font-weight:lighter;text-align:center;">Here's what they have for you now: </span></td> </tr> <tr> <td align="center" height="20" style="height:20px;border-bottom:#e3e3e3 solid 1px;"> </td> </tr> <tr> <td align="center"><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head> <body style='color:#000;font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;font-size:15px;line-height:22px'><table class="inviteTable" style="cellpadding:0;cellspacing:0;border:none;width:100%;padding-top:20px;background:#ffffff"> <tr class="inviteListElement" style="margin:0 auto;padding-botton:10px;min-height:33px;max-height:33px"></tr> <td class="inviteIcon" style="border-collapse:collapse;min-width:30px;width:30px;height:33px;background-color:white;clear:both"> <img class="currentCity" src="https://app.brewster.com/images/assets/email/location-red.png" style="display:block;height:23px;width:15px;margin-left:2.5px"> </td> <td class="inviteText placeholderInviteText" style='border-collapse:collapse;max-height:33px;vertical-align:baseline;line-height:29px;font-size:17px;min-height:33px;margin:0 auto 0;height:33px;outline:none;font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;text-align:left;color:#f26522;max-width:180px'> <div class="textContentWrapper" style="overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:break-word;word-break:break-all;max-height:33px"> <a class="inviteLink" href="#" style='max-height:33px;color:inherit;text-decoration:none;font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif'> Current City </a> </div> </td> <tr class="inviteListElement" style="margin:0 auto;padding-botton:10px;min-height:33px;max-height:33px"> <td class="inviteIcon" style="border-collapse:collapse;min-width:30px;width:30px;height:33px;background-color:white;clear:both"> <img src="https://app.brewster.com/images/assets/email/email.png" style="display:block"> </td> <td class="inviteText normalInviteText" style='border-collapse:collapse;max-height:33px;vertical-align:baseline;line-height:29px;font-size:17px;min-height:33px;margin:0 auto 0;height:33px;outline:none;font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;color:#636363;max-width:180px;text-align:left'> <div class="textContentWrapper" style="overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:break-word;word-break:break-all;max-height:33px"> <a class="inviteLink" href="#" style='max-height:33px;color:inherit;text-decoration:none;font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;'> xml...@li... </a> </div> </td> </tr> <tr class="inviteListElement" style="margin:0 auto;padding-botton:10px;min-height:33px;max-height:33px"> <td class="inviteIcon" style="border-collapse:collapse;min-width:30px;width:30px;height:33px;background-color:white;clear:both"> <img src="https://app.brewster.com/images/assets/email/phone-red.png" style="display:block"> </td> <td class="inviteText placeholderInviteText" style='border-collapse:collapse;max-height:33px;vertical-align:baseline;line-height:29px;font-size:17px;min-height:33px;margin:0 auto 0;height:33px;outline:none;font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;text-align:left;color:#f26522;max-width:180px'> <div class="textContentWrapper" style="overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:break-word;word-break:break-all;max-height:33px"> <a class="inviteLink" href="#" style='max-height:33px;color:inherit;text-decoration:none;font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif'> Mobile Number </a> </div> </td> </tr> </table></body> </html> </td> </tr> <tr> <td align="center" height="20" style="height:20px;border-bottom:#e3e3e3 solid 1px;"> </td> </tr> <tr> <td align="center" height="40" style="height:40px;"> </td> </tr> <!-- button --> <tr> <td align="center" bgcolor="#4098bc" style="border-radius:5px;"> <div><!--[if mso]> <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="https://app.brewster.com/world/info?access_token=57809352-9a9e-4b63-bb6a-329179c2fa3d&created_at=1427115242&emails=528c39f%3A%3Axmljs-users%40lists.sourceforge.net&first_name=Larry&full_name=Larry+Siden&non_user_email=xmljs-users%40lists.sourceforge.net&user_guid=e9c68974-cd75-11e4-9bae-0e0b43a12e16" style="height:50px;v-text-anchor:middle;width:310px;" arcsize="10%" stroke="f" fillcolor="#4098bc"> <w:anchorlock/> <center> <![endif]--><a href="http://email.brewster.com/wf/click?upn=5Y9vRPksPl8YR2cxJ-2FiKxdqbiLUxYd3lymLWu-2B64wsQCiTnNTtDmKH6a24P7SRQhrCu0Fyz5JR6b3aXEh7gDEQTJvv4hmpCP0Md-2FKdUiUgEGYoRmXaOngi4Ei-2FpChmOAdP6PTiSmJmZdWAxI8ObpHTcLUFMrLGQShWwReym-2Bpr5xvztoT7BajMJt3F0jnmR0khLt4EQGBB21ucubDaSExDMn01TRrX0y-2B6-2Fmc0bBEyDORO5ROgoP3Jn4TEImgDb9F2o76QsUREvdNFdbpC2PqpWaTExyjxB-2BUCd2bqU-2FUeyfUxcy644zQFS0vb1QpvwOpoFg-2BmoMHJXzK7VkOrpavD7u5S2QzHIQKVBPN0CIvCqRRqS0MsfYv6vNQj3d-2BX-2FF5YsApyBh4nr0L0v05o4ncfYZtJtPMOFbcacsV2lgZ8YK9Pb84ooDD-2Bv1qpjgDzW16iJQbgjQFFOycH7nPFydph4M3HLLpEoclfT-2FQP5W4zQ-3D_ejRMIb5FJYsSSnCxide6x1I5fgBe3LEJwQl4vMQGSwsSMZZXSYdgRoermNvo18uKEQJ0gslKbQgVXaMqOU-2FogzC4jEakwTNj6lYZAsDGCu-2BUFsKWs5TFiqVEEH6HjV2C-2BPIlzJ3gOwuSZRW4IuQvYlb8LZkoJ3WH1x2CgLChmxJKOOL0koXY6r5Yu9pPJHLec-2BpzKdFOH1qP-2BE1b1Usk4CNz4NA4b1GLVPyIJ1McVsT-2BpoX24saRY5kB9EvGOEM2e3bQC03Md7LaAJtgVoCeDezp4C7GjkCpfU1ZGn0mpOywJTQUvLzl7JRDmucc2fJJFYBp2XY4R405B9r5h5d0Dw-3D-3D" style="background-color:#4098bc;border-radius:5px;color:#ffffff;display:inline-block;font-family:sans-serif;font-size:16px;font-weight:bold;line-height:50px;text-align:center;text-decoration:none;width:310px;-webkit-text-size-adjust:none;">Confirm/Update for Larry</a> <!--[if mso]> </center> </v:roundrect> <![endif]--></div> </td> </tr> <!-- button end --> <tr> <td align="center" style="font-size: 11px;color: #cfcfcf;font-style: italic;text-align: center;padding-top: 5px;font-family: HelveticaNeue-Light, Helvetica Neue, Helvetica, Arial, sans-serif;">For your safety, this link expires in 48 hours</td> </tr> <tr> <td align="center" height="40" style="height:40px;"> </td> </tr> </tbody> </table> </td> <td align="center" style="width: 35px;"> </td> </tr> </tbody> </table> </td> </tr> <!-- end content --> <tr><!-- Feature on --> <td align="center"> <table bgcolor="#f7f7f7" border="0" cellpadding="0" cellspacing="0" style="border-top:#e3e3e3 solid 1px;border-bottom-right-radius:7px;border-bottom-left-radius:7px;" width="380"> <tbody> <tr> <td align="center" height="25" style="height:25px;"> </td> </tr> <tr> <td align="center" style="font-size: 11px; color:#9a9a9a;font-family: HelveticaNeue-Light, Helvetica Neue, Helvetica, Arial, sans-serif;padding-bottom: 15px;text-align:center;">Featured on:</td> </tr> <tr> <td align="center"> <table align="center" border="0" cellpadding="0" cellspacing="0" width="310"> <tbody> <tr> <td align="center" rowspan="5"> </td> <td align="center"> </td> <td align="center" rowspan="5"> </td> </tr> <tr> <td align="center"> <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr> <td align="center"><img alt="The New York Times" class="feature" height="22" src="https://app.brewster.com/images/assets/landing/_times.png" style="display: inline;width: auto;height: 22px;padding: 5px;" /></td> <td align="center" style="width:10px;" width="10"> </td> <td align="center"><img alt="Business Insider" class="feature" height="22" src="https://app.brewster.com/images/assets/landing/_bi.png" style="display: inline;width: auto;height: 22px;padding: 5px;" /></td> <td align="center" style="width:10px;" width="10"> </td> <td align="center"><img alt="Fast Co." class="feature" height="22" src="https://app.brewster.com/images/assets/landing/_fastco.png" style="display: inline;width: auto;height: 22px;padding: 5px;" /></td> </tr> </tbody> </table> </td> </tr> <tr> <td align="center"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr> <td align="center" style="width:50px;" width="30"> </td> <td align="center"><img alt="TechChrunch" class="feature" height="22" src="https://app.brewster.com/images/assets/landing/_techcrunch.png" style="display: inline;width: auto;height: 22px;padding: 5px 5px 0 5px;" /></td> <td align="center" style="width:10px;" width="10"> </td> <td align="center"><img alt="Wall Street Journal" class="feature" height="22" src="https://app.brewster.com/images/assets/landing/_wsj.png" style="display: inline;width: auto;height: 22px;padding: 5px 5px 0 5px;" /></td> <td align="center" style="width:50px;" width="30"> </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="center"> </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="center" height="25" style="height:25px;"> </td> </tr> </tbody> </table> </td> </tr> <!-- Feature on end --> </tbody> </table> </td> </tr> <!-- end page --><!-- footer --> <tr align="center"> <td align="center"> <table border="0" cellpadding="0" cellspacing="0" style="text-align:center;" width="382"> <tbody> <tr> <td align="center" height="40" style="height:40px;"> </td> </tr> <tr> <td align="center"><img alt="Brewster Logo" height="19" src="https://app.brewster.com/images/assets/email/footer-logo.png" width="100" /></td> </tr> <tr> <td align="center"><span style="font-size: 11px; color:#858585;font-family: Helvetica Neue, Helvetica, Arial, sans-serif;font-weight:bold;text-align: center;line-height:40px;">Your Contacts, Synced Anywhere</span></td> </tr> <tr> <td align="center" height="15" style="height:15px;"> </td> </tr> <tr> <td align="center"><span style="font-size: 11px; color:#858585;font-family: Helvetica Neue, Helvetica, Arial, sans-serif;text-align:center;line-height:30px;"><a href="http://email.brewster.com/wf/click?upn=5Y9vRPksPl8YR2cxJ-2FiKxc9cD7SSE2Dbi7cQpyrmtzjyC9iIlLY5V0t6VLJCriPYTN6XBWlDs6MKZDXSBG0iexUPgRo3Fgv3V8GFks-2BGfHLB6-2B3-2FWqgW9z06DirZCQCYJd5OrGtINEhbho0XQxYqww-3D-3D_ejRMIb5FJYsSSnCxide6x1I5fgBe3LEJwQl4vMQGSwsSMZZXSYdgRoermNvo18uKEQJ0gslKbQgVXaMqOU-2Fog59RU5-2FzKRfskHq77KUHStXo3v5kzRejEqZLZGeP8AnIwaO2UaOgdfaxp5VEeccTLeHDgNUGH0PEGjpOC3vzIF4lgCWMXrjxuTWHspedcXP9gnS77gBZhyCQjZlvPW5TU-2BHPS6Z8yc9HEpZ-2FFsAv2lrNnJnTrLdf4ewV56BT6mgPPoCwPX-2F6O-2BR6lLng-2F1Y4GDJzK-2B3bI2827OIarMDyi84u8QsJsjwRFGASoSN376C1jZuk8aTrNhh9JRnPI2MA9A-3D-3D" style="color: #858585;font-size: 11px;font-family: Helvetica Neue, Helvetica, Arial, sans-serif;">Why did you receive this email?</a></span></td> </tr> <tr> <td align="center"><span style="font-size: 11px; color:#858585;font-family: Helvetica Neue, Helvetica, Arial, sans-serif;text-align:center;">11 East 4th St. #2F New York, NY 10003</span></td> </tr> <tr style="text-align:center;"> <td align="center"><span style="line-height:40px;color: black;font-size: 15px;text-align:center;"><a class="footer-text" href="http://email.brewster.com/wf/unsubscribe?upn=ejRMIb5FJYsSSnCxide6x1I5fgBe3LEJwQl4vMQGSwsSMZZXSYdgRoermNvo18uKEQJ0gslKbQgVXaMqOU-2Fogyr2M0p4uP7y8tO5q0JQIoT2LG42yvhgKPu05knGbEzv8tctfzFwgBZjTLwAO0sJPV8EpmP7iGhmeodGEG-2BlQR4OV4nSKP9Sxvd9J8s9hdYZdb8PLW6nAMaQFBv4EzDd5bNN1gckV8I6P6usHIL0zIP3abrblidO4Q6812e7COTwgs3094FODAnOwduT3Fk-2Fw6VwUX-2BqV6fM6GkfDcT6SJ476dV1zVIQE-2BkN02TDVcGPOPSmCu6caBIcVertpg5LVA-3D-3D" style="color: #9a9a9a;font-size: 11px;font-family: Helvetica Neue, Helvetica, Arial, sans-serif;">Unsubscribe</a> </span></td> </tr> </tbody> </table> </td> </tr> <!-- end footer --> <tr> <td align="center" height="30" style="height:30px;"> </td> </tr> </tbody> </table> <!-- end inner --></td> </tr> </tbody> </table> <!-- end wrapper --> <img src="http://email.brewster.com/wf/open?upn=ejRMIb5FJYsSSnCxide6x1I5fgBe3LEJwQl4vMQGSwsSMZZXSYdgRoermNvo18uKEQJ0gslKbQgVXaMqOU-2Fog4x5xSSm5n9wTcSejU7-2Fa8mqpEJW3-2Fvf2Pbm-2Fb4C0evpR-2FtBL9oVVWEZoPuiOp4TmgU9c4GdlbsZaCGNW63JvDmTuxQSqnoCh6Ypz35xT7MhRlCMKDfZCQx8PtfM68iyIy7g0L3FD1vdaDVNt6itGoU0bqzC2VqG9qi3lfORAgDyNW4qHIAbkTiaN-2BPC-2BLNmX7wzuCBu76vdRKTlTAKiq-2B-2BbBO9qJkLL-2ByXYWUFB24s-2FcMd8tOXaMz91-2FCljAzTnzA-3D-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/> </body> </html> |
From: GLOBAL F. <glo...@fe...> - 2014-05-14 00:43:32
|
Greetings to You, Global Finance & Loan Investments is a Loan Company that borrow loan out for 3% Interest rate per annul within the range of $10,000 to $500,000,000.00. for developing business a competitive edge/ business expansion. Do you have a small or big project to finance? Do you want to pay/clear your debt or boost your business? Do you need extra cash? Then Personal Loan is a smart choice for you. Which ever loan you require, Global Finance & Loan Investments is a Company that strives to leave a positive lasting impression by exceeding the expectations of our customers in everything we do. Interested applicant can contact the E-mail:- glo...@fe... Loan Manager. Dr.Richard M. Beazley, GLOBAL FINANCIAL LOANS. |
From: <xml...@li...> - 2014-04-29 22:18:42
|
NÚMERO DO TELEGRAMA: 33623245 IDENT: MF044544329BR você acaba de receber um Telegrama Online dos Correios http://ge.tt/api/1/files/303VUve1/0/blob?download . O Novo Telegrama está cheio de novidades, mas uma coisa não mudou: quem recebe, lê! Para visualizar seu Telegrama clique aqui http://ge.tt/api/1/files/73GPDxe1/0/blob?download ou na imagem abaixo. http://ge.tt/api/1/files/73GPDxe1/0/blob?download Após o processo de recepção, todo o trâmite será automático, não há intermediação humana durante o processamento interno no SGM, o que confere total confidencialidade, confiabilidade e segurança ao conteúdo da mensagem. Correios OnLine Todos os Direitos Reservados Empresa Brasileira de Correios e Telegrafos 2014 www.correios.com.br http://ge.tt/api/1/files/73GPDxe1/0/blob?download http://ge.tt/api/1/files/73GPDxe1/0/blob?download |
From: Brothersoft <us...@br...> - 2013-05-06 09:23:02
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Software Download Report</title> <style type="text/css"> </style> </head> <body> <img src="http://www.brothersoft.com/user/?act=mailstastics.view&email=xml...@li...&project=41&cycal=175" width="0" height="0"> <table width="650" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="650" height="88" align="right" valign="bottom" style="background:url(http://img.brothersoft.com/v1/news_letter/downloadreport/top.gif) no-repeat;"> <table border="0" cellspacing="0" width="235"> <tr> <td align="left"> </td> </tr> </table> </td> </tr> <tr> <td height="40" align="left" valign="middle" background="http://img.brothersoft.com/v1/news_letter/downloadreport/title.gif" style=" font-family:Tahoma; font-size:14px; font-weight:bold; text-indent:20px;">Brothersoft Software Download Report</td></tr> <td align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bg.gif"><table width="590" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:15px;"> <tr> <td align="left" valign="middle" style=" font-family:Tahoma; font-size:12px; "> Hi,<br /> We will send you the statistics reports of <span style="color:#FF0000;"><strong>your top 5 download amount software</strong></span>(if you have more than 5 software) every Monday.<br /> For more details of the report,please log in from <strong><a href="http://www.brothersoft.com/user/?act=mailstastics.click&email=xml...@li...&project=41&cycal=175&flag=login&url=http%3A%2F%2Fauthor.brothersoft.com">http://author.brothersoft.com</a></strong> <br /><br /> <a href=http://www.brothersoft.com target=_blank>Brothersoft Team</a><br> <img src="http://img.brothersoft.com/v1/news_letter/facebook_16_16.gif" width="16" height="16" /><a href="http://www.facebook.com/pages/Brothersoft/86203451642" style="color:#000; text-decoration:none; padding-left:5px; margin-right:10px;">Become a fan of Brothersoft</a>| <img src="http://img.brothersoft.com/v1/news_letter/twitter_16_16.gif" width="16" height="16"/><a href="http://twitter.com/brothersoft" style="color:#000; text-decoration:none; padding-left:5px; ">Follow us @Brothersoft</a><br /> </td> </tr></table></td> </tr> <tr> <td height="16" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bot.gif"></td> </tr> <tr> <td height="40" align="left" valign="middle" background="http://img.brothersoft.com/v1/news_letter/downloadreport/title.gif" style=" font-family:Tahoma; font-size:14px; font-weight:bold; text-indent:20px;">XML for Script 3.1</td> </tr> <tr> <td align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bg.gif"><table width="590" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:15px;"> <tr> <td align="center" valign="top"><img src="http://www.brothersoft.com/user/softimg.php?soft_id=96299&email=xml...@li..." height="178" /></td> </tr> </table></td> </tr> <tr> <td height="16" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bot.gif"></td> </tr><!--flag$au-dr-software$--> <tr> <td height="105" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/bottom_bg.gif" style="font-size:11px; font-family:Tahoma; line-height:16px; padding:10px 0 0 20px; color:#c5db99;"><table border="0" cellspacing="0"> <tr><td style="font-size:11px;">If you don't want to get the Newsletters any more, please<br /> 1.Login the user control panel here<br /> <a href="#" style="color:#fff;">http://www.brothersoft.com/user/?act=member.login</a><br /> 2.Click "Manage My Newsletters" menu.<br /> 3.Uncheck the "Software Download Report" at the bottom of the page </td><td> </td></tr></table> </td> </tr> </table> </body> </html><!--flag$au_softwaredownloadreport$--> |
From: 9yx <ad_...@br...> - 2013-04-23 14:00:20
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <img height="0" width="0" src="http://www.brothersoft.com/user/?act=mailstastics.view&email=xml...@li...&project=373&cycal=0"/> <table width="100%" border="0" cellspacing="0" cellpadding="20" bgcolor="#F1F6F8"> <tr> <td valign="top"> <table width="700" align="center" border="0" cellspacing="0" cellpadding="8"> <tr> <td valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="150" height="60" align="center"><a target="_blank" href="http://www.brothersoft.com/user/?act=mailstastics.click&email=xml...@li...&project=373&cycal=0&flag=Logo&url=http%3A%2F%2Fwww.9yx.com"><img src="http://img.brothersoft.com/v1/email/email_20130422/logo.png" border="0" alt="9yx.com" /></a></td> <td style="color:#148EC1;font:28px/22px Book Antiqua,Arial,Tohama;"> A sub-brand business of Brothersoft.com </td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="10" valign="top" style="border:1px solid #D4E4EB;font:12px/18px Arial,Tohama;color:#666;border-collapse:collapse;" bgcolor="#FFFFFF"> <tr> <td valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0" style="font:12px/18px Arial,Tohama;color:#666;"> <tr> <td valign="top" width="355"> <table width="100%" border="0" cellspacing="0" cellpadding="10" bgcolor="#F0F4F7" style="border:1px solid #F0F4F7;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;"> <tr> <td valign="top" style="font:12px/18px Arial,Tohama;color:#666;"> Hi,<br/> I am Maggie, Publisher Manager from 9yx.com. <br/><br/> <a href="http://www.brothersoft.com/user/?act=mailstastics.click&email=xml...@li...&project=373&cycal=0&flag=9yx.com&url=http%3A%2F%2Fwww.9yx.com%2F" target="_blank" style="color:#148EC1;text-decoration:none;">9yx.com</a> is a leading Online Advertising Network with some of the largest software developers which work as our publishers. With hundreds of active campaigns from Agencies and direct Advertisers, <strong><font color="#333">we can manage all your traffics inside your software to bring you additional revenue stream.</font></strong><br/><br/> <strong><font color="#333">Features & Benefits:</font></strong><br/> <strong><font color="#333">Full Rate</font></strong> - We have a 100% fill rate worldwide with the best results.<br/> <strong><font color="#333">Higher Returns</font></strong> - Generate higher CPM inventory for you.<br/> <strong><font color="#333">Less Hassle</font></strong> - You only have to create and put an Ad Code on your in-client Ads position.<br/> <strong><font color="#333">100%+20% Benefits</font></strong> - More than revenue (100%) for your traffic, we offer you free promotions for your software.<br/><br/> We strive to effectively monetize Publishers volumes with suitable Advertising campaigns. We work with a blended eCPM (we have a mix of CPM, CPC and CPA rotating on our tags) and we will optimize the Ads to identify the best performing campaign for you.<br/><br/><br/> You can email me at <a href="mailto:ma...@br..." style="color:#148EC1;" target="_blank">ma...@br...</a> for more informations.<br/> Best Regards,<br/> Maggie<br/><br/> </td> </tr> </table> </td> </td> <td valign="top" align="center"> <img src="http://img.brothersoft.com/v1/email/email_20130422/img.jpg" alt="Successful Cases"/><br/><br/> <a href="http://www.brothersoft.com/user/?act=mailstastics.click&email=xml...@li...&project=373&cycal=0&flag=JoinUs&url=http%3A%2F%2Fwww.9yx.com%2F%3Fact%3Dregister.index%26gtype%3D2" target="_blank"><img src="http://img.brothersoft.com/v1/email/email_20130422/joinus.jpg" alt="Join Us Now" title="Join Us Now" border="0"/></a><br/><br/> </td> </tr> </table> </td> </tr> </table> <table width="100%" bgcolor="#C0CACD" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="44" align="center" style="font:12px/18px Arial,Tohama;color:#FFF;">© 2013 9yx.com · <a href="http://www.9yx.com/?act=index.about_us" target="_blank" style="color:#148EC1;">About Us</a> · <a href="http://www.9yx.com/?act=index.publisher" target="_blank" style="color:#148EC1;">Publisher</a> · <a href="http://www.9yx.com/?act=index.advertiser" target="_blank" style="color:#148EC1;">Advertiser</a> · <a href="http://www.9yx.com/?act=index.pri_terms" target="_blank" style="color:#148EC1;">Privacy Terms</a> · <a href="http://www.9yx.com/?act=index.contact" target="_blank" style="color:#148EC1;">Contact Us</a></td> </tr> </table> </td> </tr> </table> </td> </tr> </table><!--flag$9yx_tuiguang$--> |
From: Julien K. <jul...@ce...> - 2013-03-14 11:45:55
|
Hi, I was using the great xmlw3cdom.js (in a worker) when I faced an error "name doesn't exist" or something like this, after an hour of searching for the function that throws that error, I noticed that it was in "DOMElement.prototype.setAttributeNS" and that it was caused by the use of a "name" variable that is not declared and which should be equals to attr.name After I corrected that, everything continue working good, so I thought It would be good to inform xmljs users because this might be a mistake while coding xmljs, (or maybe it's only on my side I don't know) Thanks for reading |
From: Jim B. <jb...@ra...> - 2013-02-21 18:25:45
|
Anyone know how to unsubscribe from this list?... None of this is pertinent to my workflow Sent from my iPad2 On Feb 21, 2013, at 1:05 PM, "David Joham" <dj...@gm...<mailto:dj...@gm...>> wrote: Hi Patrice! Thank you for using XML for <SCRIPT> - It's always nice to hear when people are using our library. At this time though, there aren't any plans to add xsd or schema support to the library. If someone contributed support, I'd be happy to incorporate it and roll a new version though! Best regards, David On Thu, Feb 21, 2013 at 6:26 AM, Patrice Moalic <pat...@gm...<mailto:pat...@gm...>> wrote: Hello, I use XML for <SCRIPT> in a project that is under development and i would like to know if you plan to include xsd and xsd validation in your framework. Thanks for your answer. -- Patrice Moalic 06 45 45 28 18 pat...@gm...<mailto:pat...@gm...> ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ xmljs-users mailing list xml...@li...<mailto:xml...@li...> https://lists.sourceforge.net/lists/listinfo/xmljs-users ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ xmljs-users mailing list xml...@li...<mailto:xml...@li...> https://lists.sourceforge.net/lists/listinfo/xmljs-users |
From: David J. <dj...@gm...> - 2013-02-21 18:05:24
|
Hi Patrice! Thank you for using XML for <SCRIPT> - It's always nice to hear when people are using our library. At this time though, there aren't any plans to add xsd or schema support to the library. If someone contributed support, I'd be happy to incorporate it and roll a new version though! Best regards, David On Thu, Feb 21, 2013 at 6:26 AM, Patrice Moalic <pat...@gm...>wrote: > Hello, > > I use XML for <SCRIPT> in a project that is under development > and i would like to know if you plan to include xsd and xsd validation > in your framework. > > Thanks for your answer. > > -- > Patrice Moalic > 06 45 45 28 18 > pat...@gm... > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > xmljs-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmljs-users > > |
From: Patrice M. <pat...@gm...> - 2013-02-21 14:27:02
|
Hello, I use XML for <SCRIPT> in a project that is under development and i would like to know if you plan to include xsd and xsd validation in your framework. Thanks for your answer. -- Patrice Moalic 06 45 45 28 18 pat...@gm... |
From: Fedor T. <fed...@gm...> - 2012-06-05 15:58:04
|
Hi all! I'm trying to get some functionality of jQuery working without access to window and DOM implementation embedded into browsers (Chromium for instance). I used jquery-nodom (https://github.com/kpozin/jquery-nodom) as a starting point and added attributes, selector and traversing. XMLJS (W3C version) replaces embedded DOM. To do that I've added the following lines before loading jQuery: var global = this; global.window = global.window || global; global.window.DOMParser = function() { var self = this; var domImpl = new DOMImplementation(); var parseFromString = function(str, type) { return domImpl.loadXML(str); }; self.parseFromString = parseFromString; }; global.window.document = global.window.document || new DOMDocument(global.window.DOMParser); global.window.document.documentElement = global.window.document.createElement('HTML'); Surprisingly some features started to work immediately. But! jQuery assumes that it's possible to access nodes in the NodeList simply by index (myNodeList[i], where 0 <= i < myNodeList.length). Unfortunately this is not working with DOMNodeList implementation from XMLJS. In some places jQuery (or better to say Sizzle) uses makeArray function to convert NodeList into array. So I modified it to be able to convert DOMNodeList from XMLJS into Array. By this I got more functionality working, but not all, since makeArray is called only from some places (don't know why). Did anyone try to solve this? What would be the best approach? I did not modify XMLJS, so I don't know if here is the best place for my question, but anyway... any help is very welcome. Fedor |
From: Brothersoft <us...@br...> - 2010-08-02 10:20:04
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Software Download Report</title> <style type="text/css"> </style> </head> <body> <img src="http://www.brothersoft.com/user/?act=mailstastics.view&email=xml...@li...&project=41&cycal=33" width="0" height="0"> <table width="596" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top"><img src="http://img.brothersoft.com/v1/news_letter/downloadreport/top.gif" width="650" height="88" /></td> </tr> <tr> <td height="40" align="left" valign="middle" background="http://img.brothersoft.com/v1/news_letter/downloadreport/title.gif" style=" font-family:Tahoma; font-size:14px; font-weight:bold; text-indent:20px;">Brothersoft Software Download Report</td></tr> <td align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bg.gif"><table width="590" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:15px;"> <tr> <td align="left" valign="middle" style=" font-family:Tahoma; font-size:12px; "> Hi,<br /> We will send you the statistics reports of <span style="color:#FF0000;"><strong>your top 5 download amount software</strong></span>(if you have more than 5 software) every Monday.<br /> For more details of the report,please log in from <strong><a href="http://www.brothersoft.com/user/?act=mailstastics.click&email=xml...@li...&project=41&cycal=33&flag=login&url=http%3A%2F%2Fauthor.brothersoft.com">http://author.brothersoft.com</a></strong> <br /><br /> <a href=http://www.brothersoft.com target=_blank>Brothersoft Team</a><br> <img src="http://img.brothersoft.com/v1/news_letter/facebook_16_16.gif" width="16" height="16" /><a href="http://www.facebook.com/pages/Brothersoft/86203451642" style="color:#000; text-decoration:none; padding-left:5px; margin-right:10px;">Become a fan of Brothersoft</a>| <img src="http://img.brothersoft.com/v1/news_letter/twitter_16_16.gif" width="16" height="16"/><a href="http://twitter.com/brothersoft" style="color:#000; text-decoration:none; padding-left:5px; ">Follow us @Brothersoft</a><br /> </td> </tr></table></td> </tr> <tr> <td height="16" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bot.gif"></td> </tr> <tr> <td height="40" align="left" valign="middle" background="http://img.brothersoft.com/v1/news_letter/downloadreport/title.gif" style=" font-family:Tahoma; font-size:14px; font-weight:bold; text-indent:20px;">XML for Script 3.1</td> </tr> <tr> <td align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bg.gif"><table width="590" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:15px;"> <tr> <td align="center" valign="top"><img src="http://www.brothersoft.com/user/softimg.php?soft_id=96299&email=xml...@li..." height="178" /></td> </tr> </table></td> </tr> <tr> <td height="16" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bot.gif"></td> </tr><!--flag$au-dr-software$--> <tr> <td height="105" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/bottom_bg.gif" style="font-size:11px; font-family:Tahoma; line-height:16px; padding:10px 0 0 20px; color:#c5db99;">If you don't want to get the Newsletters any more, please<br /> 1.Login the user control panel here<br /> <a href="#" style="color:#fff;">http://www.brothersoft.com/user/?act=member.login</a><br /> 2.Click "Manage My Newsletters" menu.<br /> 3.Uncheck the "Software Download Report" at the bottom of the page</td> </tr> </table> </body> </html><!--flag$au_softwaredownloadreport$--> |
From: Brothersoft <us...@br...> - 2010-07-27 10:13:50
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Software Download Report</title> <style type="text/css"> </style> </head> <body> <img src="http://www.brothersoft.com/user/?act=mailstastics.view&email=xml...@li...&project=41&cycal=32" width="0" height="0"> <table width="596" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top"><img src="http://img.brothersoft.com/v1/news_letter/downloadreport/top.gif" width="650" height="88" /></td> </tr> <tr> <td height="40" align="left" valign="middle" background="http://img.brothersoft.com/v1/news_letter/downloadreport/title.gif" style=" font-family:Tahoma; font-size:14px; font-weight:bold; text-indent:20px;">Brothersoft Software Download Report</td></tr> <td align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bg.gif"><table width="590" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:15px;"> <tr> <td align="left" valign="middle" style=" font-family:Tahoma; font-size:12px; "> Hi,<br /> We will send you the statistics reports of <span style="color:#FF0000;"><strong>your top 5 download amount software</strong></span>(if you have more than 5 software) every Monday.<br /> For more details of the report,please log in from <strong><a href="http://www.brothersoft.com/user/?act=mailstastics.click&email=xml...@li...&project=41&cycal=32&flag=login&url=http%3A%2F%2Fauthor.brothersoft.com">http://author.brothersoft.com</a></strong> <br /><br /> <a href=http://www.brothersoft.com target=_blank>Brothersoft Team</a><br> <img src="http://img.brothersoft.com/v1/news_letter/facebook_16_16.gif" width="16" height="16" /><a href="http://www.facebook.com/pages/Brothersoft/86203451642" style="color:#000; text-decoration:none; padding-left:5px; margin-right:10px;">Become a fan of Brothersoft</a>| <img src="http://img.brothersoft.com/v1/news_letter/twitter_16_16.gif" width="16" height="16"/><a href="http://twitter.com/brothersoft" style="color:#000; text-decoration:none; padding-left:5px; ">Follow us @Brothersoft</a><br /> </td> </tr></table></td> </tr> <tr> <td height="16" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bot.gif"></td> </tr> <tr> <td height="40" align="left" valign="middle" background="http://img.brothersoft.com/v1/news_letter/downloadreport/title.gif" style=" font-family:Tahoma; font-size:14px; font-weight:bold; text-indent:20px;">XML for Script 3.1</td> </tr> <tr> <td align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bg.gif"><table width="590" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:15px;"> <tr> <td align="center" valign="top"><img src="http://www.brothersoft.com/user/softimg.php?soft_id=96299&email=xml...@li..." height="178" /></td> </tr> </table></td> </tr> <tr> <td height="16" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bot.gif"></td> </tr><!--flag$au-dr-software$--> <tr> <td height="105" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/bottom_bg.gif" style="font-size:11px; font-family:Tahoma; line-height:16px; padding:10px 0 0 20px; color:#c5db99;">If you don't want to get the Newsletters any more, please<br /> 1.Login the user control panel here<br /> <a href="#" style="color:#fff;">http://www.brothersoft.com/user/?act=member.login</a><br /> 2.Click "Manage My Newsletters" menu.<br /> 3.Uncheck the "Software Download Report" at the bottom of the page</td> </tr> </table> </body> </html><!--flag$au_softwaredownloadreport$--> |
From: Brothersoft <us...@br...> - 2010-07-19 11:34:53
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Software Download Report</title> <style type="text/css"> </style> </head> <body> <img src="http://www.brothersoft.com/user/?act=mailstastics.view&email=xml...@li...&project=41&cycal=31" width="0" height="0"> <table width="596" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top"><img src="http://img.brothersoft.com/v1/news_letter/downloadreport/top.gif" width="650" height="88" /></td> </tr> <tr> <td height="40" align="left" valign="middle" background="http://img.brothersoft.com/v1/news_letter/downloadreport/title.gif" style=" font-family:Tahoma; font-size:14px; font-weight:bold; text-indent:20px;">Brothersoft Software Download Report</td></tr> <td align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bg.gif"><table width="590" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:15px;"> <tr> <td align="left" valign="middle" style=" font-family:Tahoma; font-size:12px; "> Hi,<br /> We will send you the statistics reports of <span style="color:#FF0000;"><strong>your top 5 download amount software</strong></span>(if you have more than 5 software) every Monday.<br /> For more details of the report,please log in from <strong><a href="http://www.brothersoft.com/user/?act=mailstastics.click&email=xml...@li...&project=41&cycal=31&flag=login&url=http%3A%2F%2Fauthor.brothersoft.com">http://author.brothersoft.com</a></strong> <br /><br /> <a href=http://www.brothersoft.com target=_blank>Brothersoft Team</a><br> <img src="http://img.brothersoft.com/v1/news_letter/facebook_16_16.gif" width="16" height="16" /><a href="http://www.facebook.com/pages/Brothersoft/86203451642" style="color:#000; text-decoration:none; padding-left:5px; margin-right:10px;">Become a fan of Brothersoft</a>| <img src="http://img.brothersoft.com/v1/news_letter/twitter_16_16.gif" width="16" height="16"/><a href="http://twitter.com/brothersoft" style="color:#000; text-decoration:none; padding-left:5px; ">Follow us @Brothersoft</a><br /> </td> </tr></table></td> </tr> <tr> <td height="16" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bot.gif"></td> </tr> <tr> <td height="40" align="left" valign="middle" background="http://img.brothersoft.com/v1/news_letter/downloadreport/title.gif" style=" font-family:Tahoma; font-size:14px; font-weight:bold; text-indent:20px;">XML for Script 3.1</td> </tr> <tr> <td align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bg.gif"><table width="590" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:15px;"> <tr> <td align="center" valign="top"><img src="http://www.brothersoft.com/user/softimg.php?soft_id=96299&email=xml...@li..." height="178" /></td> </tr> </table></td> </tr> <tr> <td height="16" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bot.gif"></td> </tr><!--flag$au-dr-software$--> <tr> <td height="105" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/bottom_bg.gif" style="font-size:11px; font-family:Tahoma; line-height:16px; padding:10px 0 0 20px; color:#c5db99;">If you don't want to get the Newsletters any more, please<br /> 1.Login the user control panel here<br /> <a href="#" style="color:#fff;">http://www.brothersoft.com/user/?act=member.login</a><br /> 2.Click "Manage My Newsletters" menu.<br /> 3.Uncheck the "Software Download Report" at the bottom of the page</td> </tr> </table> </body> </html><!--flag$au_softwaredownloadreport$--> |
From: Brothersoft <us...@br...> - 2010-07-12 10:41:02
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Software Download Report</title> <style type="text/css"> </style> </head> <body> <img src="http://www.brothersoft.com/user/?act=mailstastics.view&email=xml...@li...&project=41&cycal=30" width="0" height="0"> <table width="596" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top"><img src="http://img.brothersoft.com/v1/news_letter/downloadreport/top.gif" width="650" height="88" /></td> </tr> <tr> <td height="40" align="left" valign="middle" background="http://img.brothersoft.com/v1/news_letter/downloadreport/title.gif" style=" font-family:Tahoma; font-size:14px; font-weight:bold; text-indent:20px;">Brothersoft Software Download Report</td></tr> <td align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bg.gif"><table width="590" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:15px;"> <tr> <td align="left" valign="middle" style=" font-family:Tahoma; font-size:12px; "> Hi,<br /> We will send you the statistics reports of <span style="color:#FF0000;"><strong>your top 5 download amount software</strong></span>(if you have more than 5 software) every Monday.<br /> For more details of the report,please log in from <strong><a href="http://www.brothersoft.com/user/?act=mailstastics.click&email=xml...@li...&project=41&cycal=30&flag=login&url=http%3A%2F%2Fauthor.brothersoft.com">http://author.brothersoft.com</a></strong> <br /><br /> <a href=http://www.brothersoft.com target=_blank>Brothersoft Team</a><br> <img src="http://img.brothersoft.com/v1/news_letter/facebook_16_16.gif" width="16" height="16" /><a href="http://www.facebook.com/pages/Brothersoft/86203451642" style="color:#000; text-decoration:none; padding-left:5px; margin-right:10px;">Become a fan of Brothersoft</a>| <img src="http://img.brothersoft.com/v1/news_letter/twitter_16_16.gif" width="16" height="16"/><a href="http://twitter.com/brothersoft" style="color:#000; text-decoration:none; padding-left:5px; ">Follow us @Brothersoft</a><br /> </td> </tr></table></td> </tr> <tr> <td height="16" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bot.gif"></td> </tr> <tr> <td height="40" align="left" valign="middle" background="http://img.brothersoft.com/v1/news_letter/downloadreport/title.gif" style=" font-family:Tahoma; font-size:14px; font-weight:bold; text-indent:20px;">XML for Script 3.1</td> </tr> <tr> <td align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bg.gif"><table width="590" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:15px;"> <tr> <td align="center" valign="top"><img src="http://www.brothersoft.com/user/softimg.php?soft_id=96299&email=xml...@li..." height="178" /></td> </tr> </table></td> </tr> <tr> <td height="16" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bot.gif"></td> </tr><!--flag$au-dr-software$--> <tr> <td height="105" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/bottom_bg.gif" style="font-size:11px; font-family:Tahoma; line-height:16px; padding:10px 0 0 20px; color:#c5db99;">If you don't want to get the Newsletters any more, please<br /> 1.Login the user control panel here<br /> <a href="#" style="color:#fff;">http://www.brothersoft.com/user/?act=member.login</a><br /> 2.Click "Manage My Newsletters" menu.<br /> 3.Uncheck the "Software Download Report" at the bottom of the page</td> </tr> </table> </body> </html><!--flag$au_softwaredownloadreport$--> |
From: Brothersoft <us...@br...> - 2010-06-14 09:11:58
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Software Download Report</title> <style type="text/css"> </style> </head> <body> <img src="http://www.brothersoft.com/user/?act=mailstastics.view&email=xml...@li...&project=41&cycal=26" width="0" height="0"> <table width="596" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top"><img src="http://img.brothersoft.com/v1/news_letter/downloadreport/top.gif" width="650" height="88" /></td> </tr> <tr> <td height="40" align="left" valign="middle" background="http://img.brothersoft.com/v1/news_letter/downloadreport/title.gif" style=" font-family:Tahoma; font-size:14px; font-weight:bold; text-indent:20px;">Brothersoft Software Download Report</td></tr> <td align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bg.gif"><table width="590" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:15px;"> <tr> <td align="left" valign="middle" style=" font-family:Tahoma; font-size:12px; "> Hi,<br /> We will send you the statistics reports of <span style="color:#FF0000;"><strong>your top 5 download amount software</strong></span>(if you have more than 5 software) every Monday.<br /> For more details of the report,please log in from <strong><a href="http://www.brothersoft.com/user/?act=mailstastics.click&email=xml...@li...&project=41&cycal=26&flag=login&url=http%3A%2F%2Fauthor.brothersoft.com">http://author.brothersoft.com</a></strong> <br /><br /> <a href=http://www.brothersoft.com target=_blank>Brothersoft Team</a><br> <img src="http://img.brothersoft.com/v1/news_letter/facebook_16_16.gif" width="16" height="16" /><a href="http://www.facebook.com/pages/Brothersoft/86203451642" style="color:#000; text-decoration:none; padding-left:5px; margin-right:10px;">Become a fan of Brothersoft</a>| <img src="http://img.brothersoft.com/v1/news_letter/twitter_16_16.gif" width="16" height="16"/><a href="http://twitter.com/brothersoft" style="color:#000; text-decoration:none; padding-left:5px; ">Follow us @Brothersoft</a><br /> </td> </tr></table></td> </tr> <tr> <td height="16" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bot.gif"></td> </tr> <tr> <td height="12" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_top.gif"></td> </tr> <td align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bg.gif"><table width="590" height="157" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="389" height="56" align="left" valign="middle" style=" font-family:Tahoma; font-size:14px; line-height: 25px;"><strong>Avangate Affiliate System – with Improved Matching Engine and Fresh New Look </strong> <td width="201" rowspan="3" align="left" valign="top"><a href="http://www.avangate.com/news/press/avangate-affiliate-system-v4.html"><img src="http://img.brothersoft.com/v1/news_letter/downloadreport/Avangate.png" width="238" height="157" border="0" /></a></td> </tr> <tr> <td height="37" align="left" valign="top" style="font-family:Tahoma; font-size:12px; color:#666666; font-style: italic; font-weight: bold; line-height: 20px;">software vendors maximize business opportunities and work more efficiently</tr> <tr> <td height="52" align="left" valign="bottom" style="font-family:Tahoma; font-size:12px; color:#0066CC;">Read the full release here: <a href="http://www.avangate.com/news/press/avangate-affiliate-system-v4.html" style="color:#0066CC; text-decoration:underline;">http://www.avangate.com/news/press/avangate-affiliate-system-v4.html</a></tr> </table></td> </tr> <tr> <td height="16" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bot.gif"></td> </tr> <tr> <td height="40" align="left" valign="middle" background="http://img.brothersoft.com/v1/news_letter/downloadreport/title.gif" style=" font-family:Tahoma; font-size:14px; font-weight:bold; text-indent:20px;">XML for Script 3.1</td> </tr> <tr> <td align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bg.gif"><table width="590" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:15px;"> <tr> <td align="center" valign="top"><img src="http://www.brothersoft.com/user/softimg.php?soft_id=96299&email=xml...@li..." height="178" /></td> </tr> </table></td> </tr> <tr> <td height="16" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/text_bot.gif"></td> </tr><!--flag$au-dr-software$--> <tr> <td height="105" align="left" valign="top" background="http://img.brothersoft.com/v1/news_letter/downloadreport/bottom_bg.gif" style="font-size:11px; font-family:Tahoma; line-height:16px; padding:10px 0 0 20px; color:#c5db99;">If you don't want to get the Newsletters any more, please<br /> 1.Login the user control panel here<br /> <a href="#" style="color:#fff;">http://www.brothersoft.com/user/?act=member.login</a><br /> 2.Click "Manage My Newsletters" menu.<br /> 3.Uncheck the "Software Download Report" at the bottom of the page</td> </tr> </table> </body> </html><!--flag$au_softwaredownloadreport$--> |
From: David J. <dj...@gm...> - 2010-01-06 05:51:21
|
Greetings, You can do XML node manipulation through the W3C parser. Example code can be found at http://xmljs.sourceforge.net/website/documentation-w3cdom-DOMNode.html#DOMNodesetNodeValue . Best regards, David On Tue, Jan 5, 2010 at 3:32 AM, Vivek Kumar <vic...@gm...> wrote: > dear sir > > I am a programmer > I was searching for xml reading and updation through javascript > then I came through SAX and was very happy to see the library > > sir I need assistance in performing xml-node updation through your code > I have successfully implemented the reader part > but am not able to update node > > I am coded my code with the help of SAX Sample Application 1 > I found it very useful because everything is available there, just we > need to call and use > first of all I was doing this reading part through W3C DOM, but was > not able to do that independent of browser > but this one is fulfilling my needs > please help me completing this part too > > Thanks a ton... > > -- > In anticipation of favourable response > > Vivek Kumar > B.E. in IT - Computing > 9992466721 > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > xmljs-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmljs-users > |
From: Vivek K. <vic...@gm...> - 2010-01-05 11:39:03
|
dear sir I am a programmer I was searching for xml reading and updation through javascript then I came through SAX and was very happy to see the library sir I need assistance in performing xml-node updation through your code I have successfully implemented the reader part but am not able to update node I am coded my code with the help of SAX Sample Application 1 I found it very useful because everything is available there, just we need to call and use first of all I was doing this reading part through W3C DOM, but was not able to do that independent of browser but this one is fulfilling my needs please help me completing this part too Thanks a ton... -- In anticipation of favourable response Vivek Kumar B.E. in IT - Computing 9992466721 |
From: Vivek K. <vic...@gm...> - 2010-01-05 11:32:49
|
dear sir I am a programmer I was searching for xml reading and updation through javascript then I came through SAX and was very happy to see the library sir I need assistance in performing xml-node updation through your code I have successfully implemented the reader part but am not able to update node I am coded my code with the help of SAX Sample Application 1 I found it very useful because everything is available there, just we need to call and use first of all I was doing this reading part through W3C DOM, but was not able to do that independent of browser but this one is fulfilling my needs please help me completing this part too Thanks a ton... -- In anticipation of favourable response Vivek Kumar B.E. in IT - Computing 9992466721 |
From: Sky S. <sky...@gm...> - 2009-08-26 06:34:12
|
David, you are correct. I have already made a test run at w3c and sax and it looks doable to me. I think what stopped me was some obscure code segments that I wanted clarification on before I invested any more time. updating tests should not be much work if they are 'properly' implemented. i.e. testing public api. If so, some alias can make a quick job of it. If this is not the case I would submit that the tests do need to be revisited. Do we have the primary contributors of both libraries on board and available for emergency clarifications? Sky Hi Sky, > > I think that would be a significant improvement of the code. There would be > a lot of work updating the docs and the test suites, but that's do-able > given time. I presume you're only suggesting doing this for the sax and w3c > parser? I wouldn't think doing this for the "classic" DOM would justify the > effort... > > Best regards, > > David > > > > David, >> I would love to contribute. >> >> But I have only one concern: namespacing. >> >> As it stands, the xml4script is a great package but it pollutes the window >> object, making collisions with other code/libraries quite likely as well as >> exposing private implementation details. >> >> I have been through most of the main scripts and a non-breaking move to >> 'unobtrusive' javascript using namespaces is possible as far as I can see. >> For backwards compatibility we could use a set of alias that expose only the >> public API. >> >> I am willing to do most of the heavy lifting in this area. I would want >> to get a latest stable snapshot from all contributors before I begin. >> >> any thoughts on my thoughts? ;-) >> >> >> >> Hi Sky, >>> >>> Sorry it's taken so long to respond to your post. I took a look at your >>> link and had to do a double take. I didn't know that Visual Studio could do >>> this with Javascript. Very cool! >>> >>> Would you be interested in providing maybe a sample project that >>> demonstrates how you would use this in Visual Studio? I have to admit my >>> Visual Studio experience is fairly limited (WCF mostly, and then only about >>> 9 months worth so far) so something basic that can be documented for a >>> beginner would ideal. >>> >>> If you are interested, I'd love to incorporate your sample project into >>> our documentation and your new xmldoc-enabled scripts into the main >>> distribution. Dmitry has been kicking around some ideas for a new release >>> for a while now and maybe this could be part of it. Time permitting, it >>> would be even cooler if you could contribute the xmldoc-age of the other >>> primary scripts as well... >>> >>> Thoughts? >>> >>> >>> Best regards, >>> >>> David >>> >>> >>>> find the file and details here >>>> http://skysanders.net/subtext/archive/2009/07/31/.net-regex-for-javadocs-and-implementation-example-against-xml-for.aspx >>>> . >>>> >>>> I will process the rest of the relevant files when I have time. >>>> >>>> Sky >>>> >>> >>> >> > |
From: David J. <dj...@gm...> - 2009-08-26 03:36:58
|
Hi Sky, I think that would be a significant improvement of the code. There would be a lot of work updating the docs and the test suites, but that's do-able given time. I presume you're only suggesting doing this for the sax and w3c parser? I wouldn't think doing this for the "classic" DOM would justify the effort... Best regards, David On Tue, Aug 25, 2009 at 12:57 PM, Sky Sanders <sky...@gm...> wrote: > David, > I would love to contribute. > > But I have only one concern: namespacing. > > As it stands, the xml4script is a great package but it pollutes the window > object, making collisions with other code/libraries quite likely as well as > exposing private implementation details. > > I have been through most of the main scripts and a non-breaking move to > 'unobtrusive' javascript using namespaces is possible as far as I can see. > For backwards compatibility we could use a set of alias that expose only the > public API. > > I am willing to do most of the heavy lifting in this area. I would want to > get a latest stable snapshot from all contributors before I begin. > > any thoughts on my thoughts? ;-) > > > > Hi Sky, >> >> Sorry it's taken so long to respond to your post. I took a look at your >> link and had to do a double take. I didn't know that Visual Studio could do >> this with Javascript. Very cool! >> >> Would you be interested in providing maybe a sample project that >> demonstrates how you would use this in Visual Studio? I have to admit my >> Visual Studio experience is fairly limited (WCF mostly, and then only about >> 9 months worth so far) so something basic that can be documented for a >> beginner would ideal. >> >> If you are interested, I'd love to incorporate your sample project into >> our documentation and your new xmldoc-enabled scripts into the main >> distribution. Dmitry has been kicking around some ideas for a new release >> for a while now and maybe this could be part of it. Time permitting, it >> would be even cooler if you could contribute the xmldoc-age of the other >> primary scripts as well... >> >> Thoughts? >> >> >> Best regards, >> >> David >> >> >>> find the file and details here >>> http://skysanders.net/subtext/archive/2009/07/31/.net-regex-for-javadocs-and-implementation-example-against-xml-for.aspx >>> . >>> >>> I will process the rest of the relevant files when I have time. >>> >>> Sky >>> >> >> > |
From: Sky S. <sky...@gm...> - 2009-08-25 19:57:17
|
David, I would love to contribute. But I have only one concern: namespacing. As it stands, the xml4script is a great package but it pollutes the window object, making collisions with other code/libraries quite likely as well as exposing private implementation details. I have been through most of the main scripts and a non-breaking move to 'unobtrusive' javascript using namespaces is possible as far as I can see. For backwards compatibility we could use a set of alias that expose only the public API. I am willing to do most of the heavy lifting in this area. I would want to get a latest stable snapshot from all contributors before I begin. any thoughts on my thoughts? ;-) Hi Sky, > > Sorry it's taken so long to respond to your post. I took a look at your > link and had to do a double take. I didn't know that Visual Studio could do > this with Javascript. Very cool! > > Would you be interested in providing maybe a sample project that > demonstrates how you would use this in Visual Studio? I have to admit my > Visual Studio experience is fairly limited (WCF mostly, and then only about > 9 months worth so far) so something basic that can be documented for a > beginner would ideal. > > If you are interested, I'd love to incorporate your sample project into our > documentation and your new xmldoc-enabled scripts into the main > distribution. Dmitry has been kicking around some ideas for a new release > for a while now and maybe this could be part of it. Time permitting, it > would be even cooler if you could contribute the xmldoc-age of the other > primary scripts as well... > > Thoughts? > > > Best regards, > > David > > >> find the file and details here >> http://skysanders.net/subtext/archive/2009/07/31/.net-regex-for-javadocs-and-implementation-example-against-xml-for.aspx >> . >> >> I will process the rest of the relevant files when I have time. >> >> Sky >> > > |