Skip to content
#

html-parser

Here are 241 public repositories matching this topic...

cbdeveloper
cbdeveloper commented Sep 11, 2019

Could somebody add an example to the README on how to get a DOM from the HTML and manipulate it with the DomHandler and DomUtils.

It's mentioned, but it has no examples. I've looked around and didn't find anything.

Thanks!

Get a DOM
The DomHandler (known as DefaultHandler in the original htmlparser module) produces a DOM (document object model) that can be manipulated using the

prempalsingh
prempalsingh commented Nov 13, 2019

Starting React Native 0.60.0, fontWeight >=500 are no longer set to bold by default.
fontWeight either needs to be set at 700 or bold for the typeface to be set as bold.

Source - https://github.com/facebook/react-native/blob/3915c0fa6178fbb8aa9b8bd54881cfdbde8fde70/ReactAndroid/src/main/java/com/facebook/react/views/text/ReactBaseTextShadowNode.java#L493

Happy to raise a PR and cha

ooikengsiang
ooikengsiang commented Mar 12, 2020

Description

StackOverflowException when retrieving document node on UWP platform. This happen after nuget version 1.11.19. This has no effect on Xamarin Android / iOS that running the same piece of code.

Exception

Since the stack is overflowed, no stack trace is available.

Fiddle or Project

var doc = new HtmlDocument();
doc.LoadHtml(respondContent);
var productInfoNode = doc

AutoCSer is a high-performance RPC framework. AutoCSer 是一个以高效率为目标向导的整体开发框架。主要包括 TCP 接口服务框架、TCP 函数服务框架、远程表达式链组件、前后端一体 WEB 视图框架、ORM 内存索引缓存框架、日志流内存数据库缓存组件、消息队列组件、二进制 / JSON / XML 数据序列化 等一系列无缝集成的高性能组件。

  • Updated Jan 2, 2020
  • C#
skrape.it

Improve this page

Add a description, image, and links to the html-parser topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the html-parser topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.