hi guys,
I'm looking for the function that is allows us to process a string like :
ch= " bab[@name='HU jk']/file " with this function i will have
ch= " bab[@name=\'HU jk\']/file "
That would be a series of replace() functions.
I doesn't function cause there are the quotes in the string, that's my problem