Click here to Skip to main content
15,891,567 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRSS + ATOM Parser Pin
Azel Low7-Nov-04 0:03
Azel Low7-Nov-04 0:03 
GeneralXML Schema Problem!!! Pin
Het21095-Nov-04 17:50
Het21095-Nov-04 17:50 
Generalxml request and response Pin
lighting_blue2-Nov-04 8:31
lighting_blue2-Nov-04 8:31 
GeneralRe: xml request and response Pin
DavidNohejl3-Nov-04 7:22
DavidNohejl3-Nov-04 7:22 
GeneralXML to .doc,.html,.rtf Pin
makakiu31-Oct-04 5:34
makakiu31-Oct-04 5:34 
GeneralRe: XML to .doc,.html,.rtf Pin
DavidNohejl31-Oct-04 7:33
DavidNohejl31-Oct-04 7:33 
GeneralXPath expression Pin
Anonymous29-Oct-04 22:50
Anonymous29-Oct-04 22:50 
GeneralRe: XPath expression Pin
Stuart Dootson29-Oct-04 23:05
professionalStuart Dootson29-Oct-04 23:05 
For your example, try this:

"/database/structure/table[@name='" + tableName + "']/column[identity]/@name"

Evaluating this in XMLSpy (after substituting the table name, obviously) gives me the name attribute with value 'PK'. Adding more columns with an identity child element leads to their names also being returned.

HTH

Stuart Dootson

'Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p'
GeneralXML Element Naming Pin
ITMan29-Oct-04 4:35
ITMan29-Oct-04 4:35 
GeneralHTML from XML Pin
Boniolopez27-Oct-04 23:57
Boniolopez27-Oct-04 23:57 
GeneralRe: HTML from XML Pin
DavidNohejl28-Oct-04 1:49
DavidNohejl28-Oct-04 1:49 
GeneralRe: HTML from XML Pin
Boniolopez28-Oct-04 2:55
Boniolopez28-Oct-04 2:55 
GeneralRe: HTML from XML Pin
DavidNohejl28-Oct-04 6:10
DavidNohejl28-Oct-04 6:10 
GeneralRe: HTML from XML Pin
Boniolopez28-Oct-04 9:29
Boniolopez28-Oct-04 9:29 
GeneralVisualize XML Pin
Boniolopez26-Oct-04 11:21
Boniolopez26-Oct-04 11:21 
GeneralRe: Visualize XML Pin
DavidNohejl27-Oct-04 10:17
DavidNohejl27-Oct-04 10:17 
GeneralRe: Visualize XML Pin
Boniolopez27-Oct-04 23:02
Boniolopez27-Oct-04 23:02 
GeneralRe: Visualize XML Pin
DavidNohejl28-Oct-04 1:33
DavidNohejl28-Oct-04 1:33 
GeneralXml Search Engine Pin
eliea24-Oct-04 7:08
eliea24-Oct-04 7:08 
GeneralRe: Xml Search Engine Pin
Christian Graus31-Oct-04 9:29
protectorChristian Graus31-Oct-04 9:29 
GeneralRe: Xml Search Engine Pin
eliea8-Nov-04 6:46
eliea8-Nov-04 6:46 
GeneralString convertions Pin
Murlai18-Oct-04 19:49
Murlai18-Oct-04 19:49 
GeneralRe: String convertions Pin
Christian Graus19-Oct-04 10:07
protectorChristian Graus19-Oct-04 10:07 
GeneralFind sub-tree in XML Pin
Stas18-Oct-04 5:33
Stas18-Oct-04 5:33 
Generalimport xml file to access using VB Pin
Anonymous18-Oct-04 0:23
Anonymous18-Oct-04 0:23 

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.