  | |  | DOM Document REvalidation | DOM Document REvalidation 2003-07-15 - By Maksym Kovalenko
Hi eveyone,
is DOM3's Document.normalizeDocument() is the only way to validate changes in document or there're other ways as well? -- ------------------------------------------------------------------------
Maksym Kovalenko Software Engineer Marketswitch Corporation http://www.marketswitch.com <http://www.marketswitch.com/> 108 Powers Court, Suite 225 Dulles, VA 20166 Phone: +1 (703) 444-6750 ext. 302 Fax: +1 (703) 444-6812
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <title></title> </head> <body text="#000000" bgcolor="#ffffff"> Hi eveyone,<br> <br> is DOM3's Document.normalizeDocument() is the only way to validate changes in document or there're other ways as well?<br> <div class="moz-signature">-- <br> <meta http-equiv="Content-Type" content="text/html; "> <meta name="ProgId" content="Word.Document"> <meta name="Generator" content="Microsoft Word 9"> <meta name="Originator" content="Microsoft Word 9"> <link rel="File-List" href="./MarketSwitch%20Signature_files/filelist.xml"> <link rel="Edit-Time-Data" href="./MarketSwitch%20Signature_files/editdata.mso"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style> <![endif]--> <title> </title> <!--[if gte mso 9]><xml> <o:DocumentProperties> <o:Author>Maksym Kovalenko</o:Author> <o:Template>Normal</o:Template> <o:LastAuthor>Maksym Kovalenko</o:LastAuthor> <o:Revision>5</o:Revision> <o:TotalTime>12</o:TotalTime> <o:Created>2002-07-18T15:33:00Z</o:Created> <o:LastSaved>2002-07-18T15:46:00Z</o:LastSaved> <o:Pages>1</o:Pages> <o:Words>29</o:Words> <o:Characters>170</o:Characters> <o:Company>Marketswitch Corporation</o:Company> <o:Lines>1</o:Lines> <o:Paragraphs>1</o:Paragraphs> <o:CharactersWithSpaces>208</o:CharactersWithSpaces> <o:Version>9.4402</o:Version> </o:DocumentProperties> </xml><![endif]--> <style> <!-- /* Font Definitions */ @(protected) {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4; mso-font-charset:204; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:553679495 -2147483648 8 0 66047 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} p.MsoListBullet, li.MsoListBullet, div.MsoListBullet {mso-style-update:auto; margin-top:0in; margin-right:0in; margin-bottom:0in; margin-left:.25in; margin-bottom:.0001pt; text-indent:-.25in; mso-pagination:widow-orphan; mso-list:l0 level1 lfo3; tab-stops:list .25in; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} @(protected) Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} /* List Definitions */ @(protected) l0 {mso-list-id:-119; mso-list-type:simple; mso-list-template-ids:-1257969266;} @(protected) l0:level1 {mso-level-number-format:bullet; mso-level-style-link:"List Bullet"; mso-level-text:\F0B7; mso-level-tab-stop:.25in; mso-level-number-position:left; margin-left:.25in; text-indent:-.25in; font-family:Symbol;} ol {margin-bottom:0in;} ul {margin-bottom:0in;} --> </style> <div class="Section1"> <div class="MsoNormal" align="center" style="margin-left: 3.45pt; text-align: center;"><span style="font-size: 10pt; font-family: Tahoma; color: gray;"> <hr size="2" width="100%" align="center"></span></div> <p class="MsoNormal" style="margin-left: 3.45pt;"><span style="font-size: 10pt; font-family: Tahoma; color: gray;">Maksym Kovalenko<br> Software Engineer<br> Marketswitch Corporation<br> <a href="http://www.marketswitch.com/">http://www.marketswitch.com</a><br> 108 Powers Court, Suite 225<br> Dulles, VA 20166<br> Phone: +1 (703) 444-6750 ext. 302<br> Fax: +1 (703) 444-6812</span></p> </div> </div> </body> </html>
|
|
 |