ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl-xml
perl-xml
Re: source-provided xslt if logic?
by Phil R Lawrence other posts by this author
Sep 10 2002 7:21PM messages near this date
view in the new Beta List Site
source-provided xslt if logic? | Re: [ANNOUNCE] XML::Filter::Glossary 0.1
Phil R Lawrence wrote:
>  I want to conditionally output fragments of the source XML, but allow 
>  the source XML to provide the logic for the if test.

OK, after a bunch more reading it seems like  want to use SAX.  Correct?

How about this simple question...  Any syntax suggestions for the 
following, which will have to be interpreted by SAX:

   <--! if cpi-> ("individual_id_method") eq "pidm" -->
   <cpi parm="individual_id_method" cmp="eq" value="pidm"> 
       ...
   </cpi> 

or maybe:
   <--! if cpi-> ("individual_id_method") eq "pidm" -->
   <if method="cpi(parm='individual_id_method') cmp="eq" value="pidm"> 
       ...
   </cpi> 


Thanks,
Phil

_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Phil R Lawrence
Phil R Lawrence

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved