Click here to Skip to main content
15,909,747 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: javascript and xml Pin
Curtis Schlak.26-Feb-09 16:00
Curtis Schlak.26-Feb-09 16:00 
QuestionDom JavaScript..Namespace Pin
Amr M. K.4-Feb-09 2:31
Amr M. K.4-Feb-09 2:31 
QuestionNeed some tips on designing my XML Pin
benjamin yap3-Feb-09 4:40
benjamin yap3-Feb-09 4:40 
AnswerRe: Need some tips on designing my XML Pin
Jon Rista4-Feb-09 6:41
Jon Rista4-Feb-09 6:41 
AnswerRe: Need some tips on designing my XML Pin
Tony Pottier16-Feb-09 3:43
Tony Pottier16-Feb-09 3:43 
QuestionselectNode returns 0 if XML contains '&' [modified] Pin
Arindam Tewary1-Feb-09 21:31
professionalArindam Tewary1-Feb-09 21:31 
AnswerRe: selectNode returns 0 if XML contains '&' Pin
led mike4-Feb-09 5:14
led mike4-Feb-09 5:14 
QuestionHow to use createdocumentfragment(.NET) function to add a document fragment containing namespace prefix? Pin
cool_mars29-Jan-09 4:09
cool_mars29-Jan-09 4:09 
<report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
<body>
<reportitems>
<textbox name="textbox1">
<rd:defaultname>textbox1</rd:defaultname>
<visibility>
<hidden>true</hidden>
</visibility>
<top>2.75in</top>
<width>1in</width>
<style>
<paddingleft>2pt</paddingleft>
<paddingright>2pt</paddingright>
<paddingtop>2pt</paddingtop>
<paddingbottom>2pt</paddingbottom>
</style>
<zindex>3</zindex>
<cangrow>true</cangrow>
<left>4.75in</left>
<height>1.125in</height>
<value>tttttttttttttttttttttttttttttttttttttttttttt</value>
</textbox>
</reportitems>
</body>
<language>en-US</language>
<topmargin>1in</topmargin>
</report>


I have a xml document like this, when i tried to use createdocumentfragment() to add another textbox node

<textbox name="textbox2">
<rd:defaultname xmlns:rd="#unknown">textbox2</rd:defaultname>
<visibility>
<hidden>true</hidden>
</visibility>
<top>2.75in</top>
<width>1in</width>
<style>
<paddingleft>2pt</paddingleft>
<paddingright>2pt</paddingright>
<paddingtop>2pt</paddingtop>
<paddingbottom>2pt</paddingbottom>
</style>
<zindex>3</zindex>
<cangrow>true</cangrow>
<left>4.75in</left>
<height>1.125in</height>
<value>ssssssssssssssssssssssssssssssssss</value>
</textbox>
since there is a <rd:defaultname xmlns:rd="#unknown"></rd:defaultname>, I get an error saying rd namespace not declared.

Anyone has some idea about it?

Thanks in advance!

Ricky
AnswerRe: How to use createdocumentfragment(.NET) function to add a document fragment containing namespace prefix? [modified] Pin
George L. Jackson30-Jan-09 8:50
George L. Jackson30-Jan-09 8:50 
Questionusing intellisense in XSLT editor in VS2008 Pin
Member 197996529-Jan-09 2:50
Member 197996529-Jan-09 2:50 
QuestionNot getting ANY help from this site on XSLT Pin
crystal915428-Jan-09 3:56
crystal915428-Jan-09 3:56 
AnswerRe: Not getting ANY help from this site on XSLT Pin
led mike28-Jan-09 4:39
led mike28-Jan-09 4:39 
GeneralRe: Not getting ANY help from this site on XSLT Pin
crystal915428-Jan-09 4:57
crystal915428-Jan-09 4:57 
GeneralRe: Not getting ANY help from this site on XSLT Pin
led mike28-Jan-09 5:00
led mike28-Jan-09 5:00 
GeneralRe: Not getting ANY help from this site on XSLT Pin
crystal915428-Jan-09 5:13
crystal915428-Jan-09 5:13 
GeneralRe: Not getting ANY help from this site on XSLT Pin
led mike28-Jan-09 5:22
led mike28-Jan-09 5:22 
GeneralRe: Not getting ANY help from this site on XSLT Pin
crystal915428-Jan-09 5:46
crystal915428-Jan-09 5:46 
GeneralRe: Not getting ANY help from this site on XSLT Pin
crystal915428-Jan-09 5:59
crystal915428-Jan-09 5:59 
GeneralRe: Not getting ANY help from this site on XSLT Pin
led mike28-Jan-09 6:08
led mike28-Jan-09 6:08 
GeneralRe: Not getting ANY help from this site on XSLT Pin
indian14330-Jan-09 6:41
indian14330-Jan-09 6:41 
Questionxslt: sort xml by child attribute and copy to new xml Pin
crystal915426-Jan-09 13:46
crystal915426-Jan-09 13:46 
AnswerRe: xslt: sort xml by child attribute and copy to new xml Pin
George L. Jackson28-Jan-09 6:02
George L. Jackson28-Jan-09 6:02 
QuestionHow do I read this XML file? Pin
MaWeRic25-Jan-09 22:59
MaWeRic25-Jan-09 22:59 
AnswerRe: How do I read this XML file? Pin
led mike26-Jan-09 4:49
led mike26-Jan-09 4:49 
GeneralOk fine .. Now how do I make a SelectSingleNode among the childs? Pin
MaWeRic28-Jan-09 5:36
MaWeRic28-Jan-09 5:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.