CVS Update: xmlpull-api-v1/addons/java/sax2_driver/src/org/xmlpull/v1/sax2

Aleksander Andrzej Slominski <[email protected]> Fri, 29 Sep 2006 02:33:22 -0400 (EDT)
Newsgroups gmane.text.xml.xmlpull.devel
Message-ID <[email protected]>
aslom       06/09/29 02:33:22

  Modified:    addons/java/sax2_driver/src/org/xmlpull/v1/sax2 Driver.java
  Log:
  fixing problem noticed by Bradley Longstreth
  
  Revision  Changes    Path
  1.5       +1 -1      xmlpull-api-v1/addons/java/sax2_driver/src/org/xmlpull/v1/sax2/Driver.java
  
  Index: Driver.java
  ===================================================================
  RCS file: /l/extreme/cvspub/xmlpull-api-v1/addons/java/sax2_driver/src/org/xmlpull/v1/sax2/Driver.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -t -w -r1.4 -r1.5
  --- Driver.java	20 May 2003 10:03:12 -0000	1.4
  +++ Driver.java	29 Sep 2006 06:33:22 -0000	1.5
  @@ -391,7 +391,7 @@
                               }
                               startElement(pp.getNamespace(),
                                            name,
  -                                         prefix != null ? name : rawName.toString());
  +                                         prefix != null ? rawName.toString() : name );
                           } else {
                               startElement(pp.getNamespace(),
                                            pp.getName(),
  
  
  



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/xmlpull-dev/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/xmlpull-dev/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[email protected] 
    mailto:[email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/