Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 1466

Show
Ignore:
Timestamp:
04/14/05 16:33:35 (4 years ago)
Author:
nahi
Message:

confusing comment

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/xsd/ns.rb

    r1403 r1466  
    104104 
    105105  # For local attribute key parsing 
    106   #   <foo xmlns="urn:" xmlns:n1="urn:" bar="1" n1:baz="2" /> 
     106  #   <foo xmlns="urn:a" xmlns:n1="urn:a" bar="1" n1:baz="2" /> 
    107107  #     => 
    108   #   {}bar, {urn:}baz 
     108  #   {}bar, {urn:a}baz 
    109109  def parse_local(elem) 
    110110    ParseRegexp =~ elem