xmljs-users Mailing List for xml for SCRIPT (Page 2)
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: David J. <dj...@gm...> - 2009-08-21 05:40:53
|
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 On Fri, Jul 31, 2009 at 5:11 AM, Sky Sanders <sky...@gm...> wrote: > 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 > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > xmljs-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmljs-users > > |
From: Sky S. <sky...@gm...> - 2009-07-31 12:12:07
|
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: Ilya B. <il...@dr...> - 2009-04-07 17:13:29
|
Dmitry, Thanks for the quick reply. Perhaps I am not reading the spec correctly. To me, "It MAY, but need not, be declared..." Means that not declaring the namespace explicitly should be OK. And if I am wrong about this, what would be the correct way to re-write the following tag so that the xml:lang attribute namespace validates? <text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" xml:lang="en"/> Thanks, Ilya Dmitry Khudorozhkov wrote: > Hi Ilya, > > >> Why does the namespaceURI have to be set to >> "http://www.w3.org/XML/1998/namespace" if the prefix is "xml"? >> > > Because XML namespace specification says so: > > http://www.w3.org/TR/REC-xml-names/ > > "3 Declaring Namespaces > > ... > > The prefix xml is by definition bound to the namespace name http://www.w3.org/XML/1998/namespace. It MAY, but need not, be declared, and MUST NOT be bound to any other namespace name. Other prefixes MUST NOT be bound to this namespace name, and it MUST NOT be declared as the default namespace." > > Hope it answers your question, > Dmitry. > > > > |
From: Dmitry K. <dmi...@ya...> - 2009-04-07 07:08:06
|
Hi Ilya, > Why does the namespaceURI have to be set to > "http://www.w3.org/XML/1998/namespace" if the prefix is "xml"? Because XML namespace specification says so: http://www.w3.org/TR/REC-xml-names/ "3 Declaring Namespaces ... The prefix xml is by definition bound to the namespace name http://www.w3.org/XML/1998/namespace. It MAY, but need not, be declared, and MUST NOT be bound to any other namespace name. Other prefixes MUST NOT be bound to this namespace name, and it MUST NOT be declared as the default namespace." Hope it answers your question, Dmitry. |
From: Ilya B. <il...@dr...> - 2009-04-06 17:20:30
|
Hello, In DOMDocument.prototype._isValidNamespace (xmlw3cdom.js) on line 2928, there is a check for the "xml" prefix: if ((valid) && (qName.prefix == "xml") && (namespaceURI != "http://www.w3.org/XML/1998/namespace")) { ... Why does the namespaceURI have to be set to "http://www.w3.org/XML/1998/namespace" if the prefix is "xml"? This fails to validate the namespace for the xml:lang attribute in something like the following, which to me looks perfectly valid: <body xmlns='http://jabber.org/protocol/httpbind'> <iq id="set_1" to="us...@se.../res" type="error" from="us...@se.../res"> <tag1 xmlns="my:namespace"> <tag2> <tag3 name="asfsafsf"/> </tag2> </tag1> <error code="502" type="CANCEL"> <remote-server-error xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/> <text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" xml:lang="en"/> </error> </iq> </body> Doesn't the "xml" prefix by definition mean that "lang" is in the "http://www.w3.org/XML/1998/namespace" namespace? Thanks, Ilya |
From: Brothersoft <ad_...@br...> - 2008-12-21 09:43:57
|
<!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>Brothersoft PPD</title> <style type="text/css"> <!-- html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,button{margin:0; padding:0;} body{color:#000; font: 12px/1.5em Arial; text-align:left;background:#cccccc url(http://ppd.brothersoft.com/Ads/2008-12-19/top_bg.jpg) 0 0 repeat-x;;} img{ border:0;vertical-align:middle} dl,ol,ul,li{list-style:none outside none;text-align:left;} .clear{clear:both; font-size:1px; visibility:hidden; width:1px; height:3px; line-height:1px!important} .area{width:850px;margin:0px auto;} .head{background:url(http://ppd.brothersoft.com/Ads/2008-12-19/head_bg.jpg) 0 0 no-repeat;width:850px;float:left;height:184px;padding-top:15px;} .head img{margin-left:40px;float:left;_display:inline;width:167px;} .head h1{font:bold 30px/1.5em Arial;float:left;margin-top:10px;color:#fff;margin-left:40px;_display:inline;} .content{width:849px;overflow:hidden;float:left;background:url(http://ppd.brothersoft.com/Ads/2008-12-19/con_bg2.jpg) 0 0 repeat-y;} .Special{width:775px;margin-left:37px;} .spe_left{width:390px;float:left;} .spe_left h2{font:bold 28px/1.5em Arial;} .spe_left h3{font:bold 18px/1.5em Arial;color:#cc0000;} .spe_left h4{font:bold 12px/1.5em Arial;margin-bottom:5px;} .spe_left p{font:normal 11px/11px Arial;color:#666;} .spe_right{width:288px;height:136px;background:url(http://ppd.brothersoft.com/Ads/2008-12-19/righ_bg.jpg) 0 0 no-repeat;float:right;margin-right:5px;} .spe_right h2{font:bold 24px/1.5em Arial;color:#cc0000;border-bottom:4px solid #cc0000;margin-top:20px;margin-left:27px;margin-bottom:5px;width:230px;} .spe_right h2 a{text-decoration: none;color:#cc0000;} .spe_right p{font:bold 12px/1.5em Arial;width:230px;margin-top:0px;margin-left:28px;text-align:center; } .download{width:782px;height:407px;background:url(http://ppd.brothersoft.com/Ads/2008-12-19/con_bg.jpg) 0 0 no-repeat;margin-top:10px;margin-left:35px;} .download table{width:715px;margin-top:0px;margin-left:20px;} .download table .title1{font:bold 36px Arial;color:#cc0000;padding-top:15px;} .download table .title2{font:bold 22px Arial;color:#660000;padding-bottom:15px;} .download table .title3{font:12px/1.5em Arial;} .download table .title4{font:bold 16px/1.5em Arial;padding:20px 0 20px 0;} .download table .table2{font:normal 24px/1.5em Arial;} .download table .table2 b{color:#cc0000;} .footer{width:772px;margin:10px 10px 10px 35px;} .foot_top{background:url(http://ppd.brothersoft.com/Ads/2008-12-19/foot_top.jpg) 0 0 no-repeat;width:772px;height:12px;float:left;} .foot_bot{background:url(http://ppd.brothersoft.com/Ads/2008-12-19/foot_bot.jpg) 0 0 no-repeat;width:772px;height:12px;float:left;} .foot_con{background:#f6f6f6;border-left:1px solid #ececec;_margin-top:-5px;border-right:1px solid #ececec;width:740px;float:left;padding:5px 15px 5px 15px;} .con_bot{background:url(http://ppd.brothersoft.com/Ads/2008-12-19/body_bg.jpg) 0 0 no-repeat;width:850px;height:25px;float:left;overflow:hidden;} .STYLE1 { font-size: 14px; color: #cc0000; } .STYLE2 { color: #cc0000; font-size: 12px; font-weight: bold; } --> </style> </head> <body align="center"> <div class="area" style="margin:0px auto; width:850px;"> <div class="head"> <a href="http://author.brothersoft.com" title=""><img src="http://ppd.brothersoft.com/Ads/2008-12-19/logo2.jpg" alt="" border="0" /></a> <h1><em>NEW PPD SYSTEM FOR CHRISTMAS!</em></h1> </div> <div class="content"> <div class="Special"> <div class="spe_left"> <h2><em>Special for Christmas!</em></h2> <h3>2008.12.20-2008.12.30</h3> <h4>As long as you recharge in this period of time, we will return to you </h4> <h4>a <span class="STYLE1">10%</span> coupon of amount.</h4> <p>For exmaple: If you recharge $100, we will give you a<span class="STYLE2"> 10%</span> e coupons. After you sent a confirm letter to us, your account will increase $10.</p> </div> <div class="spe_right"> <h2><a href="http://www.brothersoft.com/user/?act=member.mreg&qunfa_key=test_ac727c07b432d3b7fdbd683dc7df8084&email=xml...@li...&headerurl=http://author.brothersoft.com" target="_blank">EXTRA 10% BONUS</a></h2> <p>Redeem this coupon for a <span class="STYLE1">10%</span> bonus when you recharge for PPD.</p> </div> </div> <div class="clear"></div> <div class="download"> <table > <tr> <td align="center" class="title1">$0.02 Per download Only!</td> </tr> <tr> <td align="center" class="title2">Cheap, Professional and Exactly!</td> </tr> <tr> <td align="center" class="title3">The PPD System displays above and beside the search result, with a vast people search on Brothersoft each day. You will reach much more audience who are exactly looking for your software than ever before.</td> </tr> <tr> <td align="center" class="title4" style="font:bold 16px/1.5em Arial;padding:20px 0 10px 0;">If Sales/Downloads Rate=1%</td> </tr> <tr> <td> <table class="table2"> <tr> <td align="right" style="padding-right:10px;"><b>$60</b>/Day</td> <td rowspan="2" align="center"><strong>=</strong></td> <td style="padding-left:10px;"><b>3000</b> Downloads/Day</td> <td rowspan="2" align="center"><strong>=</strong></td> <td style="padding-left:10px;"><b>30</b> Sales/Day</td> </tr> <tr> <td><b>$1800</b>/Month</td> <td style="padding-left:10px;"><b>900000</b> Downloads/Month</td> <td style="padding-left:10px;"><b>900</b> Sales/Month</td> </tr> </table> </td> </tr> <tr> <td align="center" style="padding-top:10px;"><a href="http://www.brothersoft.com/user/?act=member.mreg&qunfa_key=test_ac727c07b432d3b7fdbd683dc7df8084&email=xml...@li...&headerurl=http://author.brothersoft.com" target="_blank" title=""><img src="http://ppd.brothersoft.com/Ads/2008-12-19/join.jpg" alt="" /></a></td> </tr> </table> </div> <div class="footer" style="margin-left:38px;"> <div class="foot_top"></div> <div class="foot_con"> <table style="width:740px;"> <tr> <td valign="top" style="width:186px;"> <table style="width:186px;"> <tr> <td rowspan="2" style="padding-right:10px;"><img src="http://ppd.brothersoft.com/Ads/2008-12-19/img.jpg" alt="" /></td> <td rowspan="2" style="padding-right:15px; border-right:1px solid #e4e4e4;"><b> Eric<br /> </b><span style="font-size:11px;">The programe manager of IE7Pro</span> </td> <td> </td> </tr> </table> </td> <td style="color:#666;padding:5px 0 0 15px;font-weight:bold;">Here's how other authors reached their goals using our PPD:<br/> <span style="font-size:11px;padding:5px 0 0 15px; color:#000;font-weight:normal;">"Before signing up for <a href="http://author.brothersoft.com" target="_blank" style="color:#cc0000;font-weight:bold;">Brothersoft PPD system</a>, I have 500 downloads every day, after using it, the number rapidly increased to 3000 each day! It's amazing. The download increased by 600%. I never thought of this before. It's so effective." </span> </td> </tr> </table> </div> <div class="foot_bot"></div> </div> </div> <div class="con_bot"></div> </div> <img src="http://www.brothersoft.com/user/?act=member.mview&qunfa_key=test_ac727c07b432d3b7fdbd683dc7df8084&email=xml...@li..." width="0" height="0" /> </body> </html> |
From: Dmitry K. <dmi...@ya...> - 2008-12-02 15:23:46
|
Hi Peter, on the DOCTYPE - it is possible to do so right now: look at the "_parseDTD" method in "xmlsax.js" file. On the developing - I'm currently supporting the XMLfor SCRIPT, and (desperatelly) trying to wake from the family and work circumstances to release a new version. Best regards, Dmitry Khudorozhkov. |
From: Thung, P. C C. 2. <pet...@na...> - 2008-12-02 02:41:39
|
In my xml instance document. I have this, which I believe is not currently implemented to be parsed by the XML for <SCRIPT> parser. Out of curriosity to the user developer community out there, is anyone currently working on that? If I just wanted to grabe the text for this DOCTYPE to display it to the user, but not fully implement it, is that a pretty easy thing to do? <!DOCTYPE personnel SYSTEM "personal.dtd"> -Peter |
From: Dmitry K. <dmi...@ya...> - 2008-08-20 22:42:53
|
Hi Marnus, > I've downloaded the website and is looking at the > "Classic DOM Sample Application for Modern Browsers" page. > I'm very new to XML and even JavaScript but I can make my > way around. How can I change this example to > get the data from a XML file that lies on the server? (not > hard coded in the HTML page). In the "jsTools" subfolder you'll find a ".js" file. It contains the "xmlIOLoadLocalData" function that can load an XML file from your server. Please see "xmlLoadLocalData" sample from "toolSamples" subfolder on how it works. Regards, Dmitry Khudorozhkov. |
From: Marnus V. <mar...@gm...> - 2008-08-20 22:21:11
|
Hi, I've downloaded the website and is looking at the "Classic DOM Sample Application for Modern Browsers" page. I'm very new to XML and even JavaScript but I can make my way around. How can I change this example to get the data from a XML file that lies on the server? (not hard coded in the HTML page). Any help would be appreciated Thanks again, Marnus |
From: Dmitry K. <dmi...@ya...> - 2008-06-17 18:06:17
|
Hi, it's clear that your XML is not well-formed. It should have a XML prologue, have a properly nested tags, etc. See here: http://en.wikipedia.org/wiki/XML#Well-formed_documents Best regards, - Dmitry Khudorozhkov. --- On Tue, 6/17/08, Juan Daniel <gil...@gm...> wrote: From: Juan Daniel <gil...@gm...> Subject: [xmljs-users] Hello i need help with the following error: fata error:Document: only comments, ... To: xml...@li... Date: Tuesday, June 17, 2008, 6:34 PM Hello, i'm trying to use your library, is excellent. The examples are so powerfull but i'm trying to use your library xmlsax.js - an XML SAX parser in JavaScript. version 3.1. The most quickly response would be appreciated. |
From: Juan D. <gil...@gm...> - 2008-06-17 14:34:15
|
Hello, i'm trying to use your library, is excellent. The examples are so powerfull but i'm trying to use your library xmlsax.js - an XML SAX parser in JavaScript. version 3.1. The most quickly response would be appreciated. I |
From: Brothersoft <ju...@br...> - 2008-05-23 03:53:26
|
<html> <head> <title>Brothersoft</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <link href="images" rel="stylesheet" type="text/css"> <link href="http://author.brothersoft.com/images/css.css" rel="stylesheet" type="text/css"> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="100" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><img src="http://author.brothersoft.com/images/index_02.jpg" width="21" height="35" alt=""></td> <td><img src="http://author.brothersoft.com/images/index_03.jpg" width="797" height="35" alt=""></td> <td><img src="http://author.brothersoft.com/images/index_04.jpg" width="21" height="35" alt=""></td> </tr> </table> <table width="839" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="21"><img src="http://author.brothersoft.com/images/index_06.jpg" width="21" height="125" alt=""></td> <td width="234"><img src="http://author.brothersoft.com/images/index_07.jpg" width="234" height="125" alt=""></td> <td width="563" background="http://author.brothersoft.com/images/index_08.jpg" class="t1"><table width="100%" border="0" cellspacing="8" cellpadding="0"> <tr> <td class="t1">Till today, Brothersoft has been online for over 6 years, at this time, we will return some free promotion to software publisher to thank the publishers for the long time support. At the same time, we need you do us a favor to put our logo on your site for one year; of course, this is a win-win cooperation. And after one year, if you still link to us, we will give you another promotion.</td> </tr> </table></td> <td width="21"><img src="http://author.brothersoft.com/images/index_09.jpg" width="21" height="125" alt=""></td> </tr> </table> <table width="100" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><img src="http://author.brothersoft.com/images/index_10.jpg" width="21" height="23" alt=""></td> <td><img src="http://author.brothersoft.com/images/index_11.jpg" width="797" height="23" alt=""></td> <td><img src="http://author.brothersoft.com/images/index_12.jpg" width="21" height="23" alt=""></td> </tr> </table> <table width="839" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="21"><img src="http://author.brothersoft.com/images/index_13.jpg" width="21" height="43" alt=""></td> <td width="48"><img src="http://author.brothersoft.com/images/index_14.jpg" width="48" height="43" alt=""></td> <td width="749" background="http://author.brothersoft.com/images/index_15.jpg" class="t2">Free Promotion Option One:</td> <td width="21"><img src="http://author.brothersoft.com/images/index_16.jpg" alt="" width="21" height="43"></td> </tr> </table> <table width="839" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="21"><img src="http://author.brothersoft.com/images/index_17.jpg" width="21" height="94" alt=""></td> <td width="797" background="http://author.brothersoft.com/images/index_18.jpg"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="8"> <tr> <td class="t3">Homepage Editor's Pick --- 1 Day<br> Main Category Editor's Pick or any other image Ads --- 3 Day<br> Main Category Recommended Downloads --- 7 Day<br> For this promotion you need add a link to http://www.brothersoft.com/ on your homepage</td> </tr> </table></td> <td width="21"><img src="http://author.brothersoft.com/images/index_19.jpg" width="21" height="94" alt=""></td> </tr> </table> <table width="100" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><img src="http://author.brothersoft.com/images/index_20.jpg" width="21" height="27" alt=""></td> <td><img src="http://author.brothersoft.com/images/index_21.jpg" width="797" height="27" alt=""></td> <td><img src="http://author.brothersoft.com/images/index_22.jpg" width="21" height="27" alt=""></td> </tr> </table> <table width="839" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="21"><img src="http://author.brothersoft.com/images/index_23.jpg" width="21" height="43" alt=""></td> <td width="48"><img src="http://author.brothersoft.com/images/index_24.jpg" width="48" height="43" alt=""></td> <td width="749" background="http://author.brothersoft.com/images/index_25.jpg" class="t2">Free Promotion Option Two:</td> <td width="21"><img src="http://author.brothersoft.com/images/index_26.jpg" width="21" height="43" alt=""></td> </tr> </table> <table width="839" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="21"><img src="http://author.brothersoft.com/images/index_27.jpg" width="21" height="94" alt=""></td> <td width="797" background="http://author.brothersoft.com/images/index_28.jpg"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="8"> <tr> <td class="t3">Homepage Editor's Pick --- 7 Day<br> Main Category Editor's Pick or any other image Ads --- 14 Day<br> Main Category Recommended Downloads --- 30 Day<br> For this promotion you need add a link to http://www.brothersoft.com/ on all pages of yoursite.</td> </tr> </table></td> <td width="21"><img src="http://author.brothersoft.com/images/index_29.jpg" width="21" height="94" alt=""></td> </tr> </table> <table width="100" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><img src="http://author.brothersoft.com/images/index_30.jpg" width="21" height="28" alt=""></td> <td><img src="http://author.brothersoft.com/images/index_31.jpg" width="797" height="28" alt=""></td> <td><img src="http://author.brothersoft.com/images/index_32.jpg" width="21" height="28" alt=""></td> </tr> </table> <table width="839" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="21"><img src="http://author.brothersoft.com/images/index_33.jpg" width="21" height="137" alt=""></td> <td width="797" background="http://author.brothersoft.com/images/index_34.jpg"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="8"> <tr> <td class="t3">You can find our logo here<br> <a href="http://brothersoft.com/user/?act=member.mreg&qunfa_key=logo_ed1341e3e610187f4feb222bba29e45f&email=xml...@li...&headerurl=http://author.brothersoft.com/ratingaward.html" target="_blank" class="t1">author.brothersoft.com/ratingaward.html</a></td> </tr> <tr> <td class="t3">Or<br> <a href="http://brothersoft.com/user/?act=member.mreg&qunfa_key=logo_ed1341e3e610187f4feb222bba29e45f&email=xml...@li...&headerurl=http://author.brothersoft.com/pickaward.html" target="_blank" class="t1">http://author.brothersoft.com/pickaward.html</a></td> </tr> </table></td> <td width="21"><img src="http://author.brothersoft.com/images/index_35.jpg" width="21" height="137" alt=""></td> </tr> </table> <table width="100" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><img src="http://author.brothersoft.com/images/index_30.jpg" width="21" height="28" alt=""></td> <td><img src="http://author.brothersoft.com/images/index_31.jpg" width="797" height="28" alt=""></td> <td><img src="http://author.brothersoft.com/images/index_32.jpg" width="21" height="28" alt=""></td> </tr> </table> <table width="839" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="21"><img src="http://author.brothersoft.com/images/index_33.jpg" width="21" height="137" alt=""></td> <td width="797" background="http://author.brothersoft.com/images/index_34.jpg"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="8"> <tr> <td class="t3">Please login your account here <a href='http://brothersoft.com/user/?act=member.mreg&qunfa_key=logo_ed1341e3e610187f4feb222bba29e45f&email=xml...@li...&headerurl=http://author.brothersoft.com' target="_blank" class="t1">http://author.brothersoft.com</a><br>And then click ‘free promotion’ button, follow the promotion step.</td></tr> </table></td> <td width="21"><img src="http://author.brothersoft.com/images/index_35.jpg" width="21" height="137" alt=""></td> </tr> </table> <table width="100" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><img src="http://author.brothersoft.com/images/index_30.jpg" width="21" height="28" alt=""></td> <td><img src="http://author.brothersoft.com/images/index_31.jpg" width="797" height="28" alt=""></td> <td><img src="http://author.brothersoft.com/images/index_32.jpg" width="21" height="28" alt=""></td> </tr> </table> <table width="839" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="21"><img src="http://author.brothersoft.com/images/index_33.jpg" width="21" height="137" alt=""></td> <td width="797" background="http://author.brothersoft.com/images/index_34.jpg"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="8"> <tr> <td class="t3">Thank you for your support, if you have any question or suggestion, just let me know, you are welcome.<BR><BR>BTW, if you have a PR6+ site, please contact li...@br... for links exchanging. Your link will be added to our homepage - 'Partner Sites' Section.</td></tr> </table></td> <td width="21"><img src="http://author.brothersoft.com/images/index_35.jpg" width="21" height="137" alt=""></td> </tr> </table> <table width="100" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><img src="http://author.brothersoft.com/images/index_30.jpg" width="21" height="28" alt=""></td> <td><img src="http://author.brothersoft.com/images/index_31.jpg" width="797" height="28" alt=""></td> <td><img src="http://author.brothersoft.com/images/index_32.jpg" width="21" height="28" alt=""></td> </tr> </table> <table width="839" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="21"><img src="http://author.brothersoft.com/images/index_33.jpg" width="21" height="137" alt=""></td> <td width="797" background="http://author.brothersoft.com/images/index_34.jpg"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="8"> <tr> <td class="t3">Best Regards,<BR>[<FONT COLOR="#6600FF">judy</FONT>], <BR>[<FONT COLOR="#6600FF">Development</FONT>] Category Editor <BR>Brothersoft <BR>[<FONT COLOR="#6600FF">ju...@br...</FONT>]<BR><a href='http://www.brothersoft.com/user/member.mreg&qunfa_key=logo_ed1341e3e610187f4feb222bba29e45f&email=xml...@li...&headerurl=http://www.brothersoft.com/'>http://www.brothersoft.com/</a></td></tr><img scr="http://www.brothersoft.com/user/?act=member.mview&qunfa_key=logo_ed1341e3e610187f4feb222bba29e45f&email=xml...@li... width="1" height="1"> </table></td> <td width="21"><img src="http://author.brothersoft.com/images/index_35.jpg" width="21" height="137" alt=""></td> </tr> </table> <table width="100" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><img src="http://author.brothersoft.com/images/index_36.jpg" width="21" height="21" alt=""></td> <td><img src="http://author.brothersoft.com/images/index_37.jpg" width="797" height="21" alt=""></td> <td><img src="http://author.brothersoft.com/images/index_38.jpg" width="21" height="21" alt=""></td> </tr> </table> <table width="100%" height="100" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="center"><a href="http://brothersoft.com/user/?act=member.mreg&qunfa_key=logo_ed1341e3e610187f4feb222bba29e45f&email=xml...@li...&headerurl=http://author.brothersoft.com/index.php?act=Cooperate.start" target="_blank" class="t1"><img src="http://author.brothersoft.com/images/star.gif" width="100" height="37" border="0"></a></td> </tr> </table> </body> </html> |
From: judy j. <ju...@br...> - 2008-04-25 09:41:13
|
Hi, I'm judy, brothersoft's editor First of all, please allow me to thank you for your consistent support BROTHERSOFT We recently have a plan to promote cooperation, click this URL to know this project http://author.brothersoft.com/author-cooperation.html We hope that the receipt of your return, and cooperation with you. If there is any problem, please contact me: E-mail: ju...@br... MSN : zuo...@ho... Look forward to your response -- Best Regards, judy Development Category Editor Editor Staff - English Brothersoft ju...@br... http://www.brothersoft.com/ |
From: Brothersoft <don...@br...> - 2008-04-25 01:57:40
|
Hi -, <br><br> Your company information update request has been accepted by Brothersoft. <br><br> You may <a href='http://author.brothersoft.com/' target='_blank'>login</a> and check 'Account Manager -> Company Information' to view your updates. <br><br> If you have difficulty in using your Brothersoft account, please contact us. <br><br> <a href='http://www.brothersoft.com/' target='_blank'>The Brothersoft team</a> |
From: Brothersoft <don...@br...> - 2008-04-24 10:09:10
|
Hello, - -<br>Thank you for registering in our brothersoft.com.<br>Your account detail as follows:<br>Username: xml...@li...<br>Please log in <a href='http://author.brothersoft.com' target='_blank'>http://author.brothersoft.com</a> to manage your account.<br><br>Thank you for registering our brothersoft.com. (Do not reply to this message) |
From: Brothersoft <don...@br...> - 2008-04-24 05:22:00
|
Hi David Joham, <br><br> Congratulate that your software [XML for Script] has been released successfully in Brothersoft. <br> Your software will be released formally in Brothersoft the next day, you can check your software in the corresponding software classification directory. <br><br> You can check your software here in Brothersoft: <br><br> <a href='http://www.brothersoft.com/xml-for-script-96299.html' target='_blank'>http://www.brothersoft.com/xml-for-script-96299.html</a> <br><br> Please log in <a href='http://author.brothersoft.com' target='_blank'>http://author.brothersoft.com</a> to manage your account. <br><br> Please feel free to contact us if you have any question or suggestion, you are welcome. <br> (Do not reply to this message.) <br><br> The Brothersoft team |
From: Brothersoft <don...@br...> - 2008-04-24 05:15:40
|
Hello [-]:<br><br>In order to prevent unauthorized sign-ups, we want you to confirm your registration request. Verification will allow you to access site features and information only available with registration.<br><br>Please confirm your registration by click the link:<br><a href='http://author.brothersoft.com/?act=Register.reg_confirm&user_name=xml...@li...&vcode=afd53ae649750a64c751104d83c9c108' target='_blank'>http://author.brothersoft.com/?act=Register.reg_confirm&user_name=xml...@li...&vcode=afd53ae649750a64c751104d83c9c108</a><br><br>Please do not reply to this message, as no recipient has been designated. Replying to this message will not confirm your registration.<br><br>Note: If you experience problems with the provided link, simply copy and paste the link above into the address field within your browser.<br><br>http://www.brothersoft.com/ |
From: Dmitry K. <dmi...@ya...> - 2008-01-21 17:27:04
|
Yes, it is possible - look at DOMNode.getXML method. - Dmitry Khudorozhkov. nik600 <ni...@gm...> wrote: Hi to all is it possible to export the xml after some updates? I need to obtain the xml string updated Thanks -- /*************/ nik600 https://sourceforge.net/projects/ccmanager https://sourceforge.net/projects/reportmaker https://sourceforge.net/projects/nikstresser ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ xmljs-users mailing list xml...@li... https://lists.sourceforge.net/lists/listinfo/xmljs-users --------------------------------- Looking for last minute shopping deals? Find them fast with Yahoo! Search. |
From: nik600 <ni...@gm...> - 2008-01-21 10:48:28
|
Hi to all is it possible to export the xml after some updates? I need to obtain the xml string updated Thanks -- /*************/ nik600 https://sourceforge.net/projects/ccmanager https://sourceforge.net/projects/reportmaker https://sourceforge.net/projects/nikstresser |
From: Dmitry K. <dmi...@ya...> - 2008-01-11 13:25:55
|
Hi Aristidis, XML-for-SCRIPT is not a server-side technology - it works on client's side (browser). So I'm sure the problem you face is not related to our library :) Best regards, - Dmitry Khudorozhkov. Aristidis Tsounis <ari...@ho...> wrote: .hmmessage P { margin:0px; padding:0px } body.hmmessage { FONT-SIZE: 10pt; FONT-FAMILY:Tahoma } Hi all!! I just found the XML for <script> all i want is to develop an advertising tool in which i can add banners through a panel in different websites! by giving to my customers a <script></script> and when they put this script in the position they desire, in their site, to display there the banner !! i want something relative with this include("www.exaample.com/images/ok.gif?position=4&") but this plays only in my site!!!!and i want to be compatible with all servers linux or microsoft! Can you help me to tell me where to start! --------------------------------- Express yourself instantly with MSN Messenger! MSN Messenger------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace_______________________________________________ xmljs-users mailing list xml...@li... https://lists.sourceforge.net/lists/listinfo/xmljs-users --------------------------------- Never miss a thing. Make Yahoo your homepage. |
From: Aristidis T. <ari...@ho...> - 2008-01-11 09:54:24
|
Hi all!! I just found the XML for <script> all i want is to develop an advertising t= ool in which i can add banners through a panel in different websites! by giving to my customers a <script></script> and when they put this scrip= t in the position they desire, in their site, to display there the banner != ! i want something relative with this include("www.exaample.com/images/ok.gif?position=3D4&") but this plays only in my site!!!!and i want to be compatible with all ser= vers linux or microsoft! Can you help me to tell me where to start! _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/= |
From: David R. <dav...@nx...> - 2007-12-26 21:03:44
|
I will be out of the office starting 2007-12-22 and will not return until 2008-01-02. I'm on vacation)! If your message is personal - please send a copy to my private email account. If it is business, and urgent re-send to con...@NX... (I will be on vacation until the 2nd of January 2008) Thanks David Reid NXP Semiconductors Eindhoven NL. |
From: k2crow <k2...@gm...> - 2007-12-26 06:11:25
|
Hi, Thank you very much for this useful library. I have a request. Now: loadXml("<xml><tag1 /></xml>").toString() returns "<xml><tag1></tag1></xml>" What I hope is: loadXml("<xml><tag1 /></xml>").toString() returns "<xml><tag1 /></xml>" I understood that we should to define new element_type like ''DOMNode.EMPTY_ELEMENT_NODE = 14; But it is hard for me now, so I made a patch for quick and dirty hack. #This includes MAGIC_NUMBER(isEmptyElement="true")... Thanks! Kah_Kah --- xmlw3cdom.js.org 2007-12-20 10:41:55.000000000 +0900 +++ xmlw3cdom.js 2007-12-26 14:45:16.000000000 +0900 @@ -416,6 +416,12 @@ iAttr.setValue(p.getAttributeValue(i)); // set Attribute value iNode.setAttributeNode(iAttr); // attach Attribute to Element } + /* + * Keep EMPTY_ELEMENT type + */ + iAttr = doc.createAttribute("isEmptyElement"); + iAttr.setValue("true"); + iNode.setAttributeNode(iAttr); } else { // Namespace Aware // create element (with empty namespaceURI, @@ -459,6 +465,13 @@ } } } + + /* + * Keep EMPTY_ELEMENT type + */ + iAttr = doc.createAttribute("isEmptyElement"); + iAttr.setValue("true"); + iNode.setAttributeNode(iAttr); // resolve namespaceURIs for this Element if (iNode._namespaces.getNamedItem(iNode.prefix)) { @@ -3328,9 +3341,14 @@ if (attrs.length > 0) attrs = " "+ attrs; // serialize this Element - ret += "<" + this.nodeName + ns + attrs +">"; - ret += this.childNodes.toString();; - ret += "</" + this.nodeName+">"; + if (attrs.indexOf("isEmptyElement") >= 0) { + attrs = attrs.replace(/ isEmptyElement=\"true\"/,""); + ret += "<" + this.nodeName + ns + attrs +" />"; + } else { + ret += "<" + this.nodeName + ns + attrs +">"; + ret += this.childNodes.toString(); + ret += "</" + this.nodeName+">"; + } return ret; } |
From: Dmitry K. <dmi...@ya...> - 2007-10-31 16:03:46
|
Hi, XML-for-SCRIPT does not provide such event handling; we can speak of term "events" only with respect to SAX events (while parsing the XML). Best regards, - Dmitry Khudorozhkov, maintainer of XML-for-SCRIPT. dharmendra rathore <dha...@gm...> wrote: Hi I am using xmlDom.js for parsing and other dom operations now i want to add event handlers , so that when any change accour to Dom object (basically node/element creation or modification) code can capture that . How can i use methods like addEventListernes on dom nodes ? Thanks in advance Dharmendra __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |