Hi;

 

I need to create a node as follows:

<ss:Data xmlns="http://www.w3.org/TR/REC-html40" ss:Type="String">

 

How do I set the xmlns= attribute?

 

I presently have the following but it seems cludgey to me:

 

            Element cell;

            …

            Namespace dfNs = Namespace.get("","http://www.w3.org/TR/REC-html40");

            QName dataName = QName.get("ss:Data", dfNs);

            Element data = "">

            cell.add(data);

 

Thanks – dave

 

 

David Thielen

303-499-2544

www.windwardreports.com

 

Reply via email to