Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XSL equivalent to $
Message
 
 
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00975238
Message ID:
00975408
Views:
14
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform