Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 27th, 2005, 04:58 AM
Authorized User
 
Join Date: Apr 2005
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Default Parsing custom tags?

Hi all

I have created a custom tag "<wm_object slot=1 />" which is returned with other HTML into a string which I need to parse in order to replace with other HTML. Does anyone know if there is an easier way than using .IndexOf etc. to replace the Tag? Is there not some kind of function/class I can use to pull the tag by its name and then get its attributes?

The problem being I am dealing with a string variable with the code in and not an actually HTML page...

So something like....

s_HTML = "<html><body><h1>testing</h1><span><wm_object slot=1/></span></body></html>";

Needs to become....

"<html><body><h1>testing</h1><span><table><tr><td>slot one response...</td></tr></table></span></body></html>"

Thanks for the help








Similar Threads
Thread Thread Starter Forum Replies Last Post
Web Service, Custom Control, Custom Return Type robzyc ASP.NET 2.0 Basics 6 June 10th, 2008 08:03 AM
browser version and JSP-custom tags neetukk JSP Basics 1 December 6th, 2006 03:29 AM
Can custom tags be useful to an AJAX application decyclone BOOK: Professional Ajax ISBN: 978-0-471-77778-6 2 September 20th, 2006 01:53 AM
Need help regarding Custom Tags yamijala Dreamweaver (all versions) 0 December 27th, 2004 01:51 AM
Tomcat 5.0.7 custom tags problem acca JSP Basics 1 August 21st, 2003 04:22 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.