Menu

Problem is extracting attribute value

Help
Anonymous
2001-09-11
2012-10-08
  • Anonymous

    Anonymous - 2001-09-11

    I've some attribute which value are URL-encoded strings. For example, the space character is replaced with %20. When I try to extract out the value, Saxon chokes (and so does Xalan). Is it a bug?

     
    • Michael Kay

      Michael Kay - 2001-09-11

      If both Saxon and Xalan reject your code, you can be pretty certain the error is in your code, not in the XSLT processor. But I can't tell you what your error is unless you show me your code.

      Mike Kay