This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: not simple (or simple? :-) xpath matching


On Thursday (Jun  7), Dimitre Novatchev wrote:

> I dont find the answer above satisfactory.
well, me too, but only because i gave a wrong example, sorry.
i messed two different things, the one i presented i need in
another structure, which i plan to use later (and i'm sure i use
your suggestions :-). 

now, i want to have a default chapter, if given is incorrect and
print a short information, that one asked for non-existent. 
like that:

<document>
   <part name="intro">
      <chapter name="why"/>
      <chapter name="xslt"/>
      <chapter name="is"/>
      <chapter name="so"/>
      <chapter name="complicated"/>
   </part>
</document>

and when i ask for '?part=intro&chapter=not, i'd like to
see the answer:

   Sorry, you asked for rather impossible chapter.
   No-one ever imagined that xslt could 'not' be complicated,
   So, read patiently 'intro' why it is :-)
   <chapter name="why"/>

-- 
Daniel `bonkey' Bauke; http://www.oho.pl/~bonkey/; {happiness=bike&&unix;}

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]