• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

HF page 490 TLD exercise

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In a sharpen your pencil exercise where it is asked to draw arrows to indicate where the different pieces of infomation are tied together :





true of <rtexprvalue> is pointing to /> of mine:advise

should it not be :

true of <rtexprvalue> points to ${foo}
and
<body-content>empty</body-content>
points to />

???
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't have the book so I can't confirm, but from your explanation I'd say that you are right. rtexprvalue=true should point to the expression, and body-content=empty should point to the closing empty tag.
 
justine mills
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks Christophe.

unrelated question ...
what happened to the formatting of the tags ? it was displaying properly when I first posted the question.
 
Christophe Verré
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

what happened to the formatting of the tags ? it was displaying properly when I first posted the question.


Sorry for the inconvenience. It's a known problem which will be fixed soon.

One more thing You may not be aware of the ranch Naming Policy. Please read it carefully and change your name accordingly. Thank you.
 
reply
    Bookmark Topic Watch Topic
  • New Topic