Click here to Skip to main content
15,881,709 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Spam problem Pin
Bradml12-Mar-07 1:40
Bradml12-Mar-07 1:40 
GeneralRe: Spam problem Pin
Sachin Pimpale12-Mar-07 1:51
Sachin Pimpale12-Mar-07 1:51 
GeneralRe: Spam problem Pin
Bradml12-Mar-07 1:52
Bradml12-Mar-07 1:52 
GeneralRe: Spam problem Pin
Sachin Pimpale12-Mar-07 1:56
Sachin Pimpale12-Mar-07 1:56 
AnswerRe: Spam problem Pin
badgrs12-Mar-07 2:05
badgrs12-Mar-07 2:05 
QuestionRe: Spam problem Pin
Sachin Pimpale12-Mar-07 2:10
Sachin Pimpale12-Mar-07 2:10 
AnswerRe: Spam problem Pin
badgrs12-Mar-07 5:53
badgrs12-Mar-07 5:53 
Questionstrange problem with firefox xml parser Pin
Ponzano Paolo12-Mar-07 0:08
Ponzano Paolo12-Mar-07 0:08 
Hi,
I've got a problem with XML parser of FFOX, I've some xml files that have this structure :

[code]
<root>
<LeftNavGuid>{05215E96-BF43-4B5B-A10E-38CBC8449FE1}</LeftNavGuid>
<RelatedPhotos>
<Photo>
<PhotoUrl>/NR/rdonlyres/E64D2C29-5A93-4DA8-845B-C0656993D581/0/lyons.jpg</PhotoUrl>
<PhotoCaption>Text1.</PhotoCaption>
</Photo>
<Photo>
<PhotoUrl>/NR/rdonlyres/163B38BA-561C-40B9-B2D5-358827478B8C/0/kickoff.jpg</PhotoUrl>
<PhotoCaption>Text2.</PhotoCaption>
</Photo>
<Photo>
<PhotoUrl>/NR/rdonlyres/F3DBC164-E3F0-4486-9707-F324252A27FC/0/pichot.jpg</PhotoUrl>
<PhotoCaption>Text3.</PhotoCaption>
</Photo>
<Photo>
<PhotoUrl>/NR/rdonlyres/A26D3961-3C37-421C-AA1E-E2184BD98804/0/sailortry.jpg</PhotoUrl>
<PhotoCaption>Text4.</PhotoCaption>
</Photo>
[/code]

with IE everything runs clear, with FFOX I've blank nodes betweens the real ones in corrispondence of \n, so I've for example

<"\n "><Photo><"\n "><PhotoUrl><"\n "><PhotoCaption>....

Is there a way to tell the XML parser to remove them?
Is there also a methos as in IE to search for nodes with
<code>currentNode.selectSingleNode("//PhotoCaption")???</code>

Thanks

Paolo
AnswerRe: strange problem with firefox xml parser Pin
Bradml12-Mar-07 0:14
Bradml12-Mar-07 0:14 
AnswerRe: strange problem with firefox xml parser Pin
Dmitry Khudorozhkov12-Mar-07 6:19
Dmitry Khudorozhkov12-Mar-07 6:19 
GeneralWYSIWYG Editor [moved] Pin
matthias s.11-Mar-07 22:28
matthias s.11-Mar-07 22:28 
AnswerRe: WYSIWYG Editor Pin
Marek Grzenkowicz11-Mar-07 23:27
Marek Grzenkowicz11-Mar-07 23:27 
GeneralRe: WYSIWYG Editor Pin
matthias s.11-Mar-07 23:36
matthias s.11-Mar-07 23:36 
QuestionHTML Login functionality Pin
john3411-Mar-07 22:21
john3411-Mar-07 22:21 
AnswerRe: HTML Login functionality Pin
hiral_shah11-Mar-07 22:42
hiral_shah11-Mar-07 22:42 
GeneralRe: HTML Login functionality Pin
john3411-Mar-07 22:56
john3411-Mar-07 22:56 
GeneralRe: HTML Login functionality Pin
hiral_shah11-Mar-07 23:04
hiral_shah11-Mar-07 23:04 
GeneralRe: HTML Login functionality Pin
john3411-Mar-07 23:10
john3411-Mar-07 23:10 
GeneralRe: HTML Login functionality Pin
hiral_shah11-Mar-07 23:16
hiral_shah11-Mar-07 23:16 
AnswerRe: HTML Login functionality Pin
Bradml11-Mar-07 23:20
Bradml11-Mar-07 23:20 
AnswerRe: HTML Login functionality Pin
hiral_shah11-Mar-07 23:22
hiral_shah11-Mar-07 23:22 
AnswerRe: HTML Login functionality Pin
john3411-Mar-07 23:35
john3411-Mar-07 23:35 
GeneralRe: HTML Login functionality Pin
hiral_shah11-Mar-07 23:52
hiral_shah11-Mar-07 23:52 
GeneralRe: HTML Login functionality Pin
Paddy Boyd11-Mar-07 23:52
Paddy Boyd11-Mar-07 23:52 
GeneralRe: HTML Login functionality Pin
Bradml11-Mar-07 23:18
Bradml11-Mar-07 23:18 

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.