Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XSL equivalent to $
Message
 
 
À
08/01/2005 06:05:58
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
00975238
Message ID:
00975408
Vues:
13
Viv,

It's a parameter (a string) sent to the javascript function.
function FilterData( cFilter )
{
filterBy.value = 'VFPData/dbservers[contains( servname, $cFilter )]';
PopulateDocument();
}
it's called from inside the page:

$cFilter throws the same error.
<a href="javascript:FilterData('prod')">filter</a>
>
VFPData/dbservers[contains( servname, cFilter )]
>
>Is cFilter an xsl Variable or Param ? If so should be: $cFilter
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform