FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

xml namespace

 
Post new topic   Reply to topic     Forum Index -> XMLP
View previous topic :: View next topic  
Author Message
bioinfornatics



Joined: 22 Jun 2010
Posts: 90

PostPosted: Wed Nov 30, 2011 5:54 am    Post subject: xml namespace Reply with quote

dear,
i have read your test and i dot see how write a tag with a namspace like
Quote:
<TheNameSpace:theTag theAttribute="1">bla</TheNameSpace:theTag>


Code:

AttributeMap map;
auto indented        = XmlPrinter(p);
auto nextIndent      = XmlPrinter(indented);
map["theAttribute"] = "1";
indented.putStartTag("theTag", map, false);
indented.putEndTag("theTag");
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> XMLP All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group