Click here to Skip to main content
15,908,166 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: creating ELEMENT with default namespace Pin
Anonymous16-Oct-02 15:33
Anonymous16-Oct-02 15:33 
GeneralUsing in characters in string Pin
Robbie Grundel14-Oct-02 16:58
Robbie Grundel14-Oct-02 16:58 
GeneralRe: Using in characters in string Pin
Shog914-Oct-02 19:02
sitebuilderShog914-Oct-02 19:02 
GeneralUsing in characters in string again Pin
François22-Oct-02 2:42
François22-Oct-02 2:42 
GeneralRe: Using in characters in string again Pin
Shog922-Oct-02 4:02
sitebuilderShog922-Oct-02 4:02 
GeneralXML Serialization and Encryption Pin
jwyse412-Oct-02 19:27
sussjwyse412-Oct-02 19:27 
GeneralRe: XML Serialization and Encryption Pin
Paul Ingles13-Oct-02 2:15
Paul Ingles13-Oct-02 2:15 
Generalxpath & namespace Pin
huikm10-Oct-02 3:28
huikm10-Oct-02 3:28 
i introduced a namespace into the XML document and all the Xpath construct did not work. It was working before i introduced the namespace. what is wrong?

<?xml version="1.0" ?>
<ROOT>
<TEST>something 1</TEST>
<TEST>something 2</TEST>
<ROOT>

selectNodes(_bstr_t(_T("//TEST")); // working

with namespace
<?xml version="1.0" ?>
<ROOT xmlns="http://www.mynamespace.com">
<TEST>something 1</TEST>
<TEST>something 2</TEST>
<ROOT>


selectNodes(_bstr_t(_T("//TEST")); // error


i added the namespace cos i am doing xml schema validation using MSXML4 which turned out to be ok.
but with the xmlns..., all the xpath expressions failed.
This is my first encountered with namespace in xml document

appreciate any help advise. thanks

meng


GeneralRe: xpath & namespace Pin
Shog914-Oct-02 19:18
sitebuilderShog914-Oct-02 19:18 
GeneralRe: xpath & namespace Pin
Anonymous14-Oct-02 20:51
Anonymous14-Oct-02 20:51 
GeneralRe: xpath & namespace Pin
Shog915-Oct-02 6:31
sitebuilderShog915-Oct-02 6:31 
Generalgenerating XSL with ASP Pin
Bart Meirens9-Oct-02 10:02
Bart Meirens9-Oct-02 10:02 
GeneralRe: generating XSL with ASP Pin
Christian Graus9-Oct-02 22:39
protectorChristian Graus9-Oct-02 22:39 
GeneralXML and Binary data Pin
Todd Smith8-Oct-02 13:48
Todd Smith8-Oct-02 13:48 
GeneralRe: XML and Binary data Pin
Paul Watson8-Oct-02 21:42
sitebuilderPaul Watson8-Oct-02 21:42 
Generalusing xsl Pin
dsk7-Oct-02 20:45
dsk7-Oct-02 20:45 
GeneralRe: using xsl Pin
Paul Watson7-Oct-02 21:49
sitebuilderPaul Watson7-Oct-02 21:49 
GeneralRe: using xsl Pin
Brandon Driesen8-Oct-02 1:51
Brandon Driesen8-Oct-02 1:51 
Generalxsd:fractionDigits Pin
Hans Ruck26-Sep-02 0:02
Hans Ruck26-Sep-02 0:02 
GeneralRe: xsd:fractionDigits Pin
The1-Oct-02 0:02
The1-Oct-02 0:02 
GeneralRe: xsd:fractionDigits Pin
Hans Ruck1-Oct-02 0:28
Hans Ruck1-Oct-02 0:28 
GeneralRe: xsd:fractionDigits Pin
The1-Oct-02 0:28
The1-Oct-02 0:28 
GeneralRe: xsd:fractionDigits Pin
The1-Oct-02 0:56
The1-Oct-02 0:56 
GeneralRe: xsd:fractionDigits Pin
Hans Ruck1-Oct-02 1:12
Hans Ruck1-Oct-02 1:12 
GeneralRe: xsd:fractionDigits Pin
The1-Oct-02 1:29
The1-Oct-02 1:29 

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.