Click here to Skip to main content
15,886,095 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionGetting values with template Pin
memorexr24-Mar-12 4:48
memorexr24-Mar-12 4:48 
AnswerRe: Getting values with template Pin
PIEBALDconsult26-Mar-12 8:21
mvePIEBALDconsult26-Mar-12 8:21 
QuestionXmlDocument.SelectNodes not working for namespace attributes Pin
PIEBALDconsult23-Mar-12 12:23
mvePIEBALDconsult23-Mar-12 12:23 
AnswerRe: XmlDocument.SelectNodes not working for namespace attributes Pin
woopsydoozy26-Mar-12 11:08
woopsydoozy26-Mar-12 11:08 
GeneralRe: XmlDocument.SelectNodes not working for namespace attributes Pin
PIEBALDconsult26-Mar-12 16:52
mvePIEBALDconsult26-Mar-12 16:52 
GeneralRe: XmlDocument.SelectNodes not working for namespace attributes Pin
PIEBALDconsult28-Mar-12 5:26
mvePIEBALDconsult28-Mar-12 5:26 
GeneralRe: XmlDocument.SelectNodes not working for namespace attributes Pin
woopsydoozy28-Mar-12 5:53
woopsydoozy28-Mar-12 5:53 
GeneralRe: XmlDocument.SelectNodes not working for namespace attributes Pin
PIEBALDconsult28-Mar-12 10:24
mvePIEBALDconsult28-Mar-12 10:24 
woopsydoozy wrote:
Is your issue maybe in using the namespace in the xpath?


No, I got that now.


woopsydoozy wrote:
Just declaring a namespacemanager does not automatically load all the namespaces


Right, and now I understand why. I hope to write at least a Tip on it soon.


woopsydoozy wrote:
When it's a default namespace ...


Right, even though it seems bogus (I still need to investigate further).

Edit: The W3C spec for XPath 1.0 (section 2.3 Node tests) says in part:<br />
"<br />
A QName in the node test is expanded into an expanded-name using the namespace declarations from the expression context. This is the same way expansion is done for element type names in start and end-tags except that the default namespace declared with xmlns is not used: if the QName does not have a prefix, then the namespace URI is null (this is the same way attribute names are expanded). <br />
"<br />
<a href="http://www.w3.org/TR/xpath/#node-tests">http://www.w3.org/TR/xpath/#node-tests</a>[<a href="http://www.w3.org/TR/xpath/#node-tests" target="_blank" title="New Window">^</a>]<br />
<br />
So it's W3C's fault and I still don't see why they would define it that way. :mad:<br />


woopsydoozy wrote:
maybe you're just wondering why you can't query using xmlns as an attribute


Yes, and also as the namespace of an attribute.

<br />
Edit: The W3C spec for XPath 1.0 (section 5.3 Attribute Nodes) says in part:<br />
"<br />
There are no attribute nodes corresponding to attributes that declare namespaces <br />
"<br />


modified 29-Mar-12 17:22pm.

GeneralRe: XmlDocument.SelectNodes not working for namespace attributes Pin
woopsydoozy28-Mar-12 10:52
woopsydoozy28-Mar-12 10:52 
GeneralRe: XmlDocument.SelectNodes not working for namespace attributes Pin
PIEBALDconsult28-Mar-12 18:14
mvePIEBALDconsult28-Mar-12 18:14 
QuestionXPath query to return nodes based on a range within an attribute's value. Pin
Bill.Moo13-Mar-12 6:21
Bill.Moo13-Mar-12 6:21 
AnswerRe: XPath query to return nodes based on a range within an attribute's value. Pin
woopsydoozy16-Mar-12 7:43
woopsydoozy16-Mar-12 7:43 
GeneralRe: XPath query to return nodes based on a range within an attribute's value. Pin
Bill.Moo19-Mar-12 6:18
Bill.Moo19-Mar-12 6:18 
Questionreconfirm Pin
santoshkumar11876-Mar-12 7:06
santoshkumar11876-Mar-12 7:06 
AnswerRe: reconfirm Pin
Chandrasekharan P9-Apr-12 21:02
Chandrasekharan P9-Apr-12 21:02 
Questionxml data will not display on the screen on a php page Pin
awolarczuk1-Mar-12 0:05
awolarczuk1-Mar-12 0:05 
Questiongenerating html tree from xml file using xslt. Pin
anikbutt2210-Feb-12 1:41
anikbutt2210-Feb-12 1:41 
QuestionHow to open zipfile and xls Pin
Themba Zwane8-Feb-12 7:53
Themba Zwane8-Feb-12 7:53 
AnswerRe: How to open zipfile and xls Pin
Richard MacCutchan8-Feb-12 21:54
mveRichard MacCutchan8-Feb-12 21:54 
AnswerRe: How to open zipfile and xls Pin
ZurdoDev19-Mar-12 9:02
professionalZurdoDev19-Mar-12 9:02 
QuestionImplementing Apriori Algorithm with XQuery Pin
helloworld202018-Jan-12 1:47
helloworld202018-Jan-12 1:47 
Questionsplitting the xmlnode based on nodelength Pin
harinit11-Jan-12 22:20
harinit11-Jan-12 22:20 
AnswerRe: splitting the xmlnode based on nodelength Pin
chriselst13-Jan-12 0:48
chriselst13-Jan-12 0:48 
GeneralRe: splitting the xmlnode based on nodelength Pin
harinit16-Jan-12 22:37
harinit16-Jan-12 22:37 
AnswerRe: splitting the xmlnode based on nodelength Pin
woopsydoozy16-Mar-12 7:59
woopsydoozy16-Mar-12 7:59 

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.