Am 20.05.2014 22:56, schrieb bugzilla-daemon at bugzilla.wpkg.org: > http://bugzilla.wpkg.org/show_bug.cgi?id=285 > > --- Comment #4 from Keith Jones <k.e.jones at brighton.ac.uk> --- > (In reply to comment #3) >> I think whether WPKG should use double or single quotes in attributes clause >> during X-Path Query might depend on whether the value actually contains double >> or single quotes itself. >> >> Not sure if the code could be enhanced in more stable way to build the query. >> Though also this should not have a huge impact on the execution. If results of >> previously used checks cannot be queried from local wpkg.xml they should be >> simply re-evaluated. Though I didn't do any in-depth testing now whether the >> code could use some more exception handling. In any case it seems to boil down >> to incorrect quoting in this specific case. So I set this report to >> resolved-invalid. > Just to give my two cents on this. I always use single quotes, when I need to include double quotes inside of the attribute value. This is mainly because of laziness, since the XML-parser will convert the single quotes to double ones and the embedded double quotes to text, e.g. "e; So without any change the parser is doing everything correctly, so no action necessary for Rainer. Sorry, but that is only my observation. -- Stefan P. Top-posting: A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? |