This is anothers thing.. all the links in html form are consolidated in .xml file. For example; <?xml version="1.0" encoding="UTF-16" ?> - <book name="NodeB_R1_5" url="nodebattributes/NodeB_R1_5_NodeB_Rn_x.html"> <item name="Location" url="nodebattributes/NodeB_R1_5_NodeB_Rn_x_Location.html" /> <item name="Implementation Desc" url="nodebattributes/NodeB_R1_5_NodeB_Rn_x_Implementation_Desc.html" /> <item name="Responsible Person" url="nodebattributes/NodeB_R1_5_NodeB_Rn_x_Responsible_Person.html" /> <item name="Phone Number" url="nodebattributes/NodeB_R1_5_NodeB_Rn_x_Phone_Number.html" /> <item name="MAIL Account" url="nodebattributes/NodeB_R1_5_NodeB_Rn_x_MAIL_Account.html" /> <item name="Remarks" url="nodebattributes/NodeB_R1_5_NodeB_Rn_x_Remarks.html" /> <item name="Text File" url="nodebattributes/NodeB_R1_5_NodeB_Rn_x_Text_File.html" /> <item name="Name" url="nodebattributes/NodeB_R1_5_NodeB_Rn_x_Name.html" /> <item name="Serving RNC" url="nodebattributes/NodeB_R1_5_NodeB_Rn_x_Serving_RNC.html" /> <item name="Software Version" url="nodebattributes/NodeB_R1_5_NodeB_Rn_x_Software_Version.html" /> <item name="Reset Status" url="nodebattributes/NodeB_R1_5_NodeB_Rn_x_Reset_Status.html" /> <item name="Time of Last Reset Request" url="nodebattributes/NodeB_R1_5_NodeB_Rn_x_Time_of_Last_Reset_Request.html" /> <item name="PM Collection Status" url="nodebattributes/NodeB_R1_5_NodeB_Rn_x_PM_Collection_Status.html" /> <item name="Time of Last PM Collection Request" url="nodebattributes/NodeB_R1_5_NodeB_Rn_x_Time_of_Last_PM_Collection_Request.html" /> <item name="Sync Status" url="nodebattributes/NodeB_R1_5_NodeB_Rn_x_Sync_Status.html" /> <item name="Sync Failure Reason" url="nodebattributes/NodeB_R1_5_NodeB_Rn_x_Sync_Failure_Reason.html" /> <item name="Time of Last Sync Request" url="nodebattributes/NodeB_R1_5_NodeB_Rn_x_Time_of_Last_Sync_Request.html" /> <item name="Alarm Sync Status" ... So i need to test those nodebattributes(html link)that in xml file with that previous 4 criterias... anyone would like to help me?hmmm

In reply to Re: Perl Scripting for testing by fairul82
in thread Perl Scripting for testing by fairul82

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.