Re: xml (html) parser ignores tags

2016-09-23 Thread Edward K. Ream
On Thursday, May 19, 2016 at 12:57:13 PM UTC-5, Largo84 wrote: > > When Leo attempts to parse an html page using either @auto or @clean > (refresh from disc), it does a pretty good job of creating nodes from > and other tags. However, it doesn't create nodes for tags. > Sorry to take so long

Re: xml (html) parser ignores tags

2016-05-23 Thread Largo84
That doesn't work (see other post for details). Any other suggestions? Rob. On Friday, May 20, 2016 at 8:02:40 AM UTC-4, Edward K. Ream wrote: > > ​> ​ > On Thu, May 19, 2016 at 12:57 PM, Largo84 > > wrote: > > ​> ​ > Should I post an enhancement request for this on GitHub or is there > som

Re: xml (html) parser ignores tags

2016-05-20 Thread Largo84
I added the @data import_xml_tags to my @settings node (local file, didn't change myLeoSettings) with the following list: # lowercase xml tags, one per line. html body head div table section ul ol dl form tbody 1. is still *not* picked up. 2. Others *are* that I don't want (e.g. , , an

Re: xml (html) parser ignores tags

2016-05-20 Thread Edward K. Ream
​> ​ On Thu, May 19, 2016 at 12:57 PM, Largo84 wrote: ​> ​ Should I post an enhancement request for this on GitHub or is there something I'm missing? ​Thanks for asking first. The @data import_xml_tags setting is probably what you want. Let me know if it doesn't work for you. EKR -- You rec

xml (html) parser ignores tags

2016-05-19 Thread Largo84
When Leo attempts to parse an html page using either @auto or @clean (refresh from disc), it does a pretty good job of creating nodes from and other tags. However, it doesn't create nodes for tags. For large files, it's a real pain to go through the code and find where they begin and end, the