Click here to Skip to main content
15,888,351 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionHow to apply wild cards on Attribute Value? Pin
vhassan4-Oct-09 19:44
vhassan4-Oct-09 19:44 
AnswerRe: How to apply wild cards on Attribute Value? Pin
Stuart Dootson5-Oct-09 22:21
professionalStuart Dootson5-Oct-09 22:21 
QuestionCompletly stuck.... With XML Sorting Pin
Axiom70m4-Oct-09 1:25
Axiom70m4-Oct-09 1:25 
AnswerRe: Completly stuck.... With XML Sorting Pin
Christian Graus4-Oct-09 11:23
protectorChristian Graus4-Oct-09 11:23 
QuestionHow do i auto generate Create, insert, update and delete command from Xml file Pin
femyJames28-Sep-09 2:38
femyJames28-Sep-09 2:38 
AnswerRe: How do i auto generate Create, insert, update and delete command from Xml file Pin
Richard MacCutchan28-Sep-09 3:49
mveRichard MacCutchan28-Sep-09 3:49 
AnswerRe: How do i auto generate Create, insert, update and delete command from Xml file Pin
Christian Graus3-Oct-09 11:57
protectorChristian Graus3-Oct-09 11:57 
QuestionXML Column in SQL Server 2005 Pin
Kartik Kumar28-Sep-09 0:00
Kartik Kumar28-Sep-09 0:00 
Hi, I have a XML column (name = 'xml') in a table 'contact' in my DB which has rows as the following

<Contact xmlns="http://www.focus-solutions.co.uk/focus360/1.0" id="00496bb7-0046-4459-8cf8-002cc5921f4c" documentId="494f4671-efe8-4577-aecc-4424b699a89c">
<Type code="FirstMeeting">First meeting</Type>
<Location code="ClientHome">Client Home</Location>
<PresentationInd>true</PresentationInd>
<OtherAddress>
<HouseNameNumber>1</HouseNameNumber>
<AddressLine1>Royal Terrace Gardens</AddressLine1>
<City>Edinburgh</City>
<Postcode>EH7 5DX</Postcode>
</OtherAddress>
<Date>2009-09-08</Date>
<Time isoTime="15:00:00">
<Hours>03</Hours>
<Minutes>00</Minutes>
<Period>PM</Period>
</Time>
<Duration>
<Hours>01</Hours>
<Minutes>00</Minutes>
</Duration>
<Notes />
<LetterSentInd>true</LetterSentInd>
<Documents>
<Document id="a7b36eec-ed51-4f22-8465-267a893fd8a0" externalId="494f4671-efe8-4577-aecc-4424b699a89c" userAttached="false">
<Type code="ConfirmationLetter">Confirmation Letter</Type>
<Reference>Joe Marton First meeting</Reference>
<CreatedDate>2009-09-18</CreatedDate>
</Document>
</Documents>
<CustomQuestions>
<Question type="HasMeetingTakenPlace">
<Answer>true</Answer>
</Question>
<Question type="ClientContacted">
<Answer>Joe Marton</Answer>
</Question>
</CustomQuestions>
<Valid>true</Valid>
</Contact>

So this is just one row in the table.I am complete beginner when it comes to querying XML datatypes in a table.

I need to be able to list all records in the table CONTACT for which the the value <PresentationInd>true</PresentationInd> is true.

Help appriciated!
Thanks
AnswerRe: XML Column in SQL Server 2005 [modified] Pin
Nisha Agrawal28-Sep-09 0:44
Nisha Agrawal28-Sep-09 0:44 
QuestionNamespace Parsing Problem Pin
sdsuzuki24-Sep-09 6:50
sdsuzuki24-Sep-09 6:50 
AnswerRe: Namespace Parsing Problem Pin
Stuart Dootson24-Sep-09 10:12
professionalStuart Dootson24-Sep-09 10:12 
AnswerRe: Namespace Parsing Problem Pin
sdsuzuki24-Sep-09 17:14
sdsuzuki24-Sep-09 17:14 
GeneralRe: Namespace Parsing Problem Pin
Stuart Dootson25-Sep-09 2:40
professionalStuart Dootson25-Sep-09 2:40 
QuestionTools for merging multiple xsd files Pin
cateyes9922-Sep-09 19:03
cateyes9922-Sep-09 19:03 
AnswerRe: Tools for merging multiple xsd files Pin
Stuart Dootson24-Sep-09 10:04
professionalStuart Dootson24-Sep-09 10:04 
GeneralRe: Tools for merging multiple xsd files Pin
cateyes9924-Sep-09 16:38
cateyes9924-Sep-09 16:38 
AnswerRe: Tools for merging multiple xsd files Pin
Member 248888319-Nov-09 0:30
Member 248888319-Nov-09 0:30 
GeneralRe: Tools for merging multiple xsd files Pin
jepskiluv14-Jan-10 17:30
jepskiluv14-Jan-10 17:30 
GeneralRe: Tools for merging multiple xsd files Pin
cateyes9919-Jan-10 15:14
cateyes9919-Jan-10 15:14 
QuestionUse XML code into MS Word 2007 document Pin
Jim Krueger19-Sep-09 6:28
Jim Krueger19-Sep-09 6:28 
QuestionReading into XML section and getting same value again Pin
Gareth H19-Sep-09 0:41
Gareth H19-Sep-09 0:41 
AnswerRe: Reading into XML section and getting same value again Pin
Stuart Dootson19-Sep-09 22:11
professionalStuart Dootson19-Sep-09 22:11 
AnswerRe: Reading into XML section and getting same value again Pin
Lakhan Pal Garg22-Sep-09 19:08
Lakhan Pal Garg22-Sep-09 19:08 
QuestionXSD problem Pin
gantww18-Sep-09 10:09
gantww18-Sep-09 10:09 
AnswerRe: XSD problem Pin
Stuart Dootson19-Sep-09 22:04
professionalStuart Dootson19-Sep-09 22:04 

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.