|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
converting simple String to XML String using XSD
hi all,
in my application i have 3 strings say code, fname and lname. I have XSD created for the same. now i want to convert this 3 strings into one xml string using this xsd. Is there any way to convert that using XSD?. Plz help! Thanx in advance Deepali |
|
#2
|
|||
|
|||
|
XSD generally refers to an XML schema definition file.
You cannot concatenate strings via XSD. You can however use XSLT to concatenate your 3 strings using the concat() function. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > converting simple String to XML String using XSD |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|