XSLT Addenda Namespaces CFDI
11:40 08 Oct 2013

I have the next addenda:





    
        
            SimpleInvoiceType
            1.3.1
            AMC7.1
            ORIGINAL
            
                1
            
        
    

My problem is in the node:


because when i run the addenda the namespace:

xmlns:cfdi="http://www.sat.gob.mx/cfd/3"

it`s puts in the position of the node and i dont need this namespace in this place. Of this way:


and i need of this way:


any suggestions?????

I try add the next instructions:




and this instruction works, but when this XSLT template will capture an XML document deletes the node start, being as follows:


OUTPUT with this XSLT(i dont want this):

    

    
        1
    

I hope something like this:

    

    
        1
    

xml xslt namespaces