Re: A question about LN Softwares XML Tools
Re: A question about LN Softwares XML Tools
- Subject: Re: A question about LN Softwares XML Tools
- From: Helmut Fuchs <email@hidden>
- Date: Thu, 8 Aug 2002 14:18:53 +0200
At 12:41 Uhr +0100 08.08.2002, Steve Thompson wrote:
If anyone from LNS is reading
I'm pretty sure LNS IS reading. They've got the best customer support
I've ever experienced in my life - to me it often seems as if Mark
never sleeps at all.
- why doesn't <dealerwebsite></dealerwebsite>
parse to XML tag:"dealerwebsite",XML Contents:{""} ? I'm sure there's an
answer but it would have made my life so much easier if an empty tag parsed
to an empty string instead of nothing at all!
But it would be wrong to return an empty string! Remember that XML
tags can contain other tags recursively. But an empty list would be
sensible. Just send feedback to LNS!
You can help yourself though by using record concatenation:
set mytag to mytag & {XML contents:{""}}
If XML contents is undefined in mytag, than it will be added to mytag
and set to {""}. If it already is defined, mytag is left unchanged.
HTH,
Helmut
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.