Entries from Antony Reynolds' Blog tagged with 'XML'

More on Time!

More on Time!Seems that dateTime is one of the most frustrating types in XML.  I just had a colleague ask how to convert a string to an XML dateTime type.  There are a rich range of functions to convert dateTimes...

Pairing Off in XSLT

Pairing Off in XSLTMy friend Newton was just fighting to transform some XML that was structured in a awkward way.  The machine generated XML he was working with basically paired off successive elements, for example to provide a credential prompt...

Stringing Together XML

Stringing Together XMLSomeone just asked how to convert a string into XML.  A common use case is to retrieve XML stored as a string in the database.  Although you could argue that it would be better to store XML using...

What's the Time Mr BPEL?

What's the Time Mr BPEL?Seems that often in BPEL you have a process that has some sort of time dependency.  Examples are :Response must be given in 5 days.Product must be shipped to arrive by 12 October 2007.How old will...

Extending XPath

Extending XPathOf late I have run come across the need to extend the built in functionality of XPath.  Occasionally you come across transformations or calculations that can't be done in XPath.  For example I have found it tricky to calculate...