>-----Original Message-----
>From: Larry Garfield [mailto:larry@xxxxxxxxxxxxxxxx]
>I have to agree on this one. Frankly, I found XSLT itself to be fairly
>easy to learn, once I got into it. And thinking declaritively in
>general wasn't a problem. It's figuring out how to pull data out
>properly that is the problem, vis, XPath. I HATE XPath. :-) I don't
>know how universal this is, but XPath is always the part of any XSLT
>script that gives me the most hassle, every single time.
When you think of XML do you think
<Tag1>
<Taga>
<Tagc/>
<Tagb>Some Text</Tagb>
<Tage/>
</Taga>
<Tag2/>
<Tag3>Some more Text</Tag3>
</Tag1>
or some thing like.
- (Tagc)
- (Taga) - (Tagb) - ("Some Text")
(Tag1) - (Tage)
- (Tag2)
- (Tag3) - ("Some more Text")
Edward Middleton
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE: A Question **TO** XSLT Newbies, (continued)
- Boris Kortiak - Mon, 21 Apr 2003 10:55:13 -0400 (EDT)
- Ray Tayek - Mon, 21 Apr 2003 18:24:08 -0400 (EDT)
- Americo Albuquerque - Tue, 22 Apr 2003 12:07:00 -0400 (EDT)
- Prakash, Mayank - Mon, 21 Apr 2003 14:29:14 -0400 (EDT)
- Edward . Middleton - Tue, 22 Apr 2003 03:04:23 -0400 (EDT) <=
- "Braumüller, Hans" - Thu, 24 Apr 2003 09:29:49 -0400 (EDT)
- "Braumüller, Hans" - Mon, 28 Apr 2003 04:33:03 -0400 (EDT)
|
|