home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Getting Data from the Web
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="patrick" data-source="post: 91025" data-attributes="member: 12502"><p>James,</p><p></p><p>Thanks for the explaination!!!</p><p></p><p>Taken me a little while to get back to this. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>I think I am getting the test app to work a little better now.</p><p></p><p>Though I have not been able to get the Start and End to have any effect.</p><p></p><p>Question, say a single site has two different layouts(as far as parsing goes) </p><p>for the same type of data, is there a all or nothing test</p><p>so you would know to try another/next template if one is available?</p><p>Or does the template just need enough specifics so that no matches</p><p>would be found?</p><p></p><p>Also, just ran on one question/thing while trying the Test app.</p><p>Is there any Case sensitivity restrictions?</p><p></p><p>Noticed that when I have in the TEXT textbox:</p><p>[CODE]</p><p><P ALIGN=CENTER></p><p><A HREF=<#URL>><#TEXT></A></p><p></P></p><p>[/CODE]</p><p></p><p>With the HTML Source:</p><p>[CODE]</p><p><P ALIGN=CENTER><B><A HREF="http://www.time.gov/">Time of Day</A></B></P></p><p></p><p><P ALIGN=CENTER><B><a href="http://www.time.gov/">Time of Day</a></B></P></p><p>[/CODE]</p><p></p><p></p><p>The #URL in the first case returned:</p><p>[CODE]</p><p>"http://www.time.gov/"</p><p>[/CODE]</p><p></p><p>But in the 2nd case #URL returned:</p><p>[CODE]</p><p><a href="http://www.time.gov/"</p><p>[/CODE]</p><p></p><p>In both cases the correct #TEXT returned.</p><p></p><p></p><p>Thanks again,</p><p>patrick</p></blockquote><p></p>
[QUOTE="patrick, post: 91025, member: 12502"] James, Thanks for the explaination!!! Taken me a little while to get back to this. :) I think I am getting the test app to work a little better now. Though I have not been able to get the Start and End to have any effect. Question, say a single site has two different layouts(as far as parsing goes) for the same type of data, is there a all or nothing test so you would know to try another/next template if one is available? Or does the template just need enough specifics so that no matches would be found? Also, just ran on one question/thing while trying the Test app. Is there any Case sensitivity restrictions? Noticed that when I have in the TEXT textbox: [CODE] <P ALIGN=CENTER> <A HREF=<#URL>><#TEXT></A> </P> [/CODE] With the HTML Source: [CODE] <P ALIGN=CENTER><B><A HREF="http://www.time.gov/">Time of Day</A></B></P> <P ALIGN=CENTER><B><a href="http://www.time.gov/">Time of Day</a></B></P> [/CODE] The #URL in the first case returned: [CODE] "http://www.time.gov/" [/CODE] But in the 2nd case #URL returned: [CODE] <a href="http://www.time.gov/" [/CODE] In both cases the correct #TEXT returned. Thanks again, patrick [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Getting Data from the Web
Contact us
RSS
Top
Bottom