Click here to Skip to main content
15,911,890 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionUsing xs:Pattern like sql "Like" statement Pin
saanj4-Nov-08 23:45
saanj4-Nov-08 23:45 
Questionwant to see "<" and ">" instead of "&gt" and "&lt" Pin
idoyohanan4-Nov-08 1:19
idoyohanan4-Nov-08 1:19 
AnswerRe: want to see "<" and ">" instead of ">" and "<" Pin
harold aptroot7-Nov-08 9:17
harold aptroot7-Nov-08 9:17 
QuestionHow to handle fixing XML validation errors in C#.NET? Pin
ritatx253-Nov-08 8:20
ritatx253-Nov-08 8:20 
AnswerRe: How to handle fixing XML validation errors in C#.NET? Pin
led mike4-Nov-08 4:45
led mike4-Nov-08 4:45 
GeneralRe: How to handle fixing XML validation errors in C#.NET? Pin
ritatx254-Nov-08 6:26
ritatx254-Nov-08 6:26 
QuestionFreeThreadedDOMDocument problem of selectsinglenode Pin
Chandra-shekar-Machipeddi2-Nov-08 20:04
Chandra-shekar-Machipeddi2-Nov-08 20:04 
AnswerRe: FreeThreadedDOMDocument problem of selectsinglenode Pin
led mike3-Nov-08 5:00
led mike3-Nov-08 5:00 
m_chandu wrote:
FreeThreadedDOMDocument old version


It has been a while since I used MSXML so this is from old memory. Early versions of MSXML implemented pathing syntax ( I think it was called XSL Path or something ) before XPath was approved. Some Later versions added support for the XPath standard, but also maintained backwards compatibility for the original syntax, and defaulted to the using the old syntax.

If your XPath statement contains any of the new XPath features you have to tell the DOM to use the XPath syntax. I think you have to use some generic like method [ .setProperty(.....)  or something ] and pass the correct string values to setup the DOM to use XPath.


led mike

GeneralRe: FreeThreadedDOMDocument problem of selectsinglenode Pin
Chandra-shekar-Machipeddi3-Nov-08 18:50
Chandra-shekar-Machipeddi3-Nov-08 18:50 
QuestionXsl problem to find correct nodes using idrefs Pin
BadKarma30-Oct-08 0:44
BadKarma30-Oct-08 0:44 
QuestionSoap Error need help pls !! Pin
purpplepink28-Oct-08 5:43
purpplepink28-Oct-08 5:43 
QuestionConverting Data from row to column wise through xsl Pin
Tarini Singh27-Oct-08 0:32
Tarini Singh27-Oct-08 0:32 
AnswerRe: Converting Data from row to column wise through xsl Pin
led mike27-Oct-08 7:11
led mike27-Oct-08 7:11 
QuestionFormating XML Output File Pin
zjaffary25-Oct-08 3:10
zjaffary25-Oct-08 3:10 
Questionxml parser Pin
jhyn21-Oct-08 1:16
jhyn21-Oct-08 1:16 
AnswerRe: xml parser Pin
led mike21-Oct-08 4:54
led mike21-Oct-08 4:54 
GeneralRe: xml parser Pin
jhyn21-Oct-08 15:42
jhyn21-Oct-08 15:42 
QuestionOOXML parsing problem Pin
don_Pardon20-Oct-08 6:39
don_Pardon20-Oct-08 6:39 
AnswerRe: OOXML parsing problem Pin
led mike20-Oct-08 6:49
led mike20-Oct-08 6:49 
GeneralRe: OOXML parsing problem Pin
don_Pardon20-Oct-08 6:57
don_Pardon20-Oct-08 6:57 
GeneralRe: OOXML parsing problem Pin
led mike20-Oct-08 7:40
led mike20-Oct-08 7:40 
GeneralRe: OOXML parsing problem Pin
don_Pardon20-Oct-08 8:24
don_Pardon20-Oct-08 8:24 
GeneralRe: OOXML parsing problem Pin
don_Pardon21-Oct-08 1:37
don_Pardon21-Oct-08 1:37 
QuestionRe: OOXML parsing problem Pin
led mike21-Oct-08 4:52
led mike21-Oct-08 4:52 
QuestionHandling singleclick and doubleclick events on same line Pin
johnalek18-Oct-08 3:46
johnalek18-Oct-08 3:46 

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.