Re: copy.xsl that implies <subject>'s from context

I ran the transformation over some of the test 
files and noticed the following:

In attribute values that have single quotes surrounding double quotes, the double quotes 
are transformed to &quot; -- do you think 
that this will cause any problems in the end?

I've attached textWithNoMarkup.xml and the 
translated version, n.xml -- Note the value for 
'"Roger Jones"'.

--Mary
  ----- Original Message ----- 
  From: Curt Arnold 
  To: www-dom-ts@w3.org 
  Sent: Thursday, August 16, 2001 11:50 PM
  Subject: copy.xsl that implies <subject>'s from context


  I've uploaded a variant of the earlier copy.xsl to http://home.houston.rr.com/curta/copy.xsl that now adds <subject> metadata elements for the last method or attribute invoked (assuming that it is the best subject for the test) or any method wrapped in an <assertDOMException>.  For exceptions, it also adds a <subject> for the exception code and for the code within the description of the method. 

  The transform requires that dom1-interfaces.xml be in the same directory.

Received on Friday, 17 August 2001 10:05:15 UTC