• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Converting to self-closing webobject tags
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Converting to self-closing webobject tags


  • Subject: Converting to self-closing webobject tags
  • From: "John Huss" <email@hidden>
  • Date: Mon, 14 Apr 2008 15:17:41 -0500

I thought I would convert a bunch of old WOBuilder-made components to use the shorter and more readable self-closing webobjects tags, so

<webobject name="SomeString"></webobject>

becomes

<webobject name="SomeString"/>

You can replace all occurances of this if you do a project-wide search and replace in Eclipse with these regular _expression_ parameters:

Find in *.html:
<webobject ([^>]+)></webobject>

Replace:
<webobject $1/>

Note: I give no guarantees that this will work correctly - make sure you test it out first and back up your work beforehand.

John
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Converting to self-closing webobject tags
      • From: Lachlan Deck <email@hidden>
  • Prev by Date: Re: Convenience functions in model classes
  • Next by Date: Re: new to ajax
  • Previous by thread: Re: Aggregated exceptions question
  • Next by thread: Re: Converting to self-closing webobject tags
  • Index(es):
    • Date
    • Thread