|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Extracting inner text from html codeI need help; I'm trying to extract the inner text of span elements.
Please help. I can only get as far as finding <span id="lblOrganizationName">. <span id="lblOrganizationName">I want this text</span> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/RegEx/message.cfm/messageid:1146 Subscription: http://www.houseoffusion.com/groups/RegEx/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.21 |
|
|
Re: Extracting inner text from html code >>I'm trying to extract the inner text of span elements.
See CF_REextract: http://www.contentbox.com/claude/customtags/REextract/testREextract.cfm You can test it on line here: http://www.contentbox.com/claude/customtags/REextract/testingREextract.cfm - Enter <span[^>]*> in RE1 - Enter </span in RE2 - Select OUTPUTMODE = List - Enter <span id="lblOrganizationName">I want this text</span> in Sample text - Click Test -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: piegeacon@...) Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/RegEx/message.cfm/messageid:1147 Subscription: http://www.houseoffusion.com/groups/RegEx/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.21 |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |