Click here to Skip to main content
15,907,906 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralASP Classic accessing .NET web service Pin
econner21-Jun-04 14:14
econner21-Jun-04 14:14 
GeneralRe: ASP Classic accessing .NET web service Pin
Andrew Quinn AUS21-Jun-04 23:28
Andrew Quinn AUS21-Jun-04 23:28 
GeneralRe: ASP Classic accessing .NET web service Pin
econner22-Jun-04 4:33
econner22-Jun-04 4:33 
GeneralXML Parsing and Splitting Pin
Kingnl20-Jun-04 22:25
Kingnl20-Jun-04 22:25 
GeneralRe: XML Parsing and Splitting Pin
ChrisAdams25-Jul-04 12:18
ChrisAdams25-Jul-04 12:18 
GeneralTwo namespaces Pin
Clickok20-Jun-04 22:12
Clickok20-Jun-04 22:12 
GeneralRe: Two namespaces Pin
gmu046-Jul-04 8:26
gmu046-Jul-04 8:26 
GeneralRe: Two namespaces Pin
ChrisAdams25-Jul-04 12:25
ChrisAdams25-Jul-04 12:25 
The structure of an xml document can be defined in multiple places - the basic xmlns attribute defines the default namespace, for any node that does not have a prefix on it.

The xmlns:stream="www.stream.co.uk" creates the namespace prefix of stream, and assigns a different namespace for it.

So, <FooNode> would belong to the default namespace, whereas <stream:FooNode> belongs to the stream namespace. Though these nodes have the same name, because they belong to different namespaces, means that they can mean different things <FooNode> could be a string, while <stream:FooNode> could be a number.

Hope this helps.
GeneralAI programming for Age of Mythology Pin
Member 99352619-Jun-04 9:56
Member 99352619-Jun-04 9:56 
GeneralRe: AI programming for Age of Mythology Pin
palbano19-Jun-04 14:13
palbano19-Jun-04 14:13 
GeneralRe: AI programming for Age of Mythology Pin
Member 99352625-Jun-04 5:13
Member 99352625-Jun-04 5:13 
GeneralSOAP Version Pin
dotnet_cpp18-Jun-04 6:15
dotnet_cpp18-Jun-04 6:15 
GeneralConverting strings from XML web service Pin
ldaoust18-Jun-04 5:33
ldaoust18-Jun-04 5:33 
GeneralXSL:Variable Pin
vineetag18-Jun-04 3:04
vineetag18-Jun-04 3:04 
GeneralRe: XSL:Variable Pin
Andrew Quinn AUS23-Jun-04 21:25
Andrew Quinn AUS23-Jun-04 21:25 
Questioncall a method from a xslt file? Pin
basidati17-Jun-04 23:59
basidati17-Jun-04 23:59 
Questionhow to communicate between the layers of n-tier archietecture using xml Pin
irsh_is15-Jun-04 23:15
irsh_is15-Jun-04 23:15 
GeneralSchema problem.. Pin
Goozi15-Jun-04 22:56
Goozi15-Jun-04 22:56 
GeneralRe: Schema problem.. Pin
Cohen17-Jun-04 0:51
Cohen17-Jun-04 0:51 
GeneralThanks.. Pin
Goozi17-Jun-04 14:07
Goozi17-Jun-04 14:07 
GeneralXML Schema Pin
15-Jun-04 11:05
suss15-Jun-04 11:05 
GeneralRe: XML Schema Pin
jongheeda16-Jun-04 13:12
jongheeda16-Jun-04 13:12 
QuestionOnly perform sum on certain data? Pin
Bart-Man15-Jun-04 4:34
Bart-Man15-Jun-04 4:34 
AnswerSOLUTION Pin
Bart-Man15-Jun-04 5:51
Bart-Man15-Jun-04 5:51 
GeneralPagination using xsl Pin
Bhagwati15-Jun-04 2:07
Bhagwati15-Jun-04 2:07 

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.